diff options
Diffstat (limited to '.emacs.local.d/modes/package.el')
-rw-r--r-- | .emacs.local.d/modes/package.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/package.el b/.emacs.local.d/modes/package.el index acbfc21..7503b9f 100644 --- a/.emacs.local.d/modes/package.el +++ b/.emacs.local.d/modes/package.el @@ -2,6 +2,3 @@ (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) - -(package-initialize) ;; You might already have this line - |