init-packages: eval-and-compile

This commit is contained in:
Henrik Lissner 2016-01-02 15:07:38 -05:00
parent 69a19ef574
commit 156106fcb0

View file

@ -5,6 +5,7 @@
package--init-file-ensured t
package-enable-at-startup nil)
(eval-and-compile
(defconst narf-emacs-dir user-emacs-directory)
(defconst narf-core-dir (concat narf-emacs-dir "core/"))
(defconst narf-modules-dir (concat narf-emacs-dir "modules/"))
@ -23,7 +24,7 @@
(defconst IS-MAC (eq system-type 'darwin))
(defconst IS-LINUX (eq system-type 'gnu/linux))
(defconst IS-WINDOWS (eq system-type 'windows-nt))
(defconst IS-WINDOWS (eq system-type 'windows-nt)))
;;;;;;;;;;;;;;;;