From 140f4c7db1990743549c8af4a3082239076f4f48 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 23 Jul 2015 09:02:29 +0100 Subject: [PATCH] Add comment to init.el to keep new version of package.el happy --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index f0e3c89..66d019c 100644 --- a/init.el +++ b/init.el @@ -3,6 +3,13 @@ ;; ;; Set root directory of Emacs config + +;; I need to keep this here commented out like this to prevent package.el from +;; automatically adding it again. I call `(package-initalize)' manually from +;; the `packages.el' file that's loaded in further down. +;; +;; (package-initialize) + (setq emacs-config-dir (file-name-directory (or load-file-name (buffer-file-name))))