diff options
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index e2bd03b..a06f842 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -7,11 +7,7 @@ (add-to-list 'default-frame-alist '(font . "Hack-12")) -;; Added by Package.el. This must come before configurations of -;; installed packages. Don't delete this line. If you don't want it, -;; just comment it out by adding a semicolon to the start of the line. -;; You may delete these explanatory comments. -(package-initialize) +; (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) |