Get over me package.el, I'm with Cask

This commit is contained in:
Henrik Lissner 2015-11-23 15:21:55 -05:00
parent 060f9cd9b1
commit 07b66708af

View File

@ -1,6 +1,10 @@
;;; init-load-path.el
(setq gc-cons-threshold 169715200)
(setq-default
byte-compile-warnings nil
;; stop package.el from being annoying. NARF relies entirely on Cask.
package--init-file-ensured t
package-enable-at-startup nil)
(eval-and-compile
(defconst narf-emacs-dir user-emacs-directory)