Add comment to init.el to keep new version of package.el happy

This commit is contained in:
2015-07-23 09:02:29 +01:00
parent 34e1e7bc09
commit 140f4c7db1

View File

@@ -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))))