mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Get over me package.el, I'm with Cask
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
;;; init-load-path.el
|
;;; 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
|
(eval-and-compile
|
||||||
(defconst narf-emacs-dir user-emacs-directory)
|
(defconst narf-emacs-dir user-emacs-directory)
|
||||||
|
Reference in New Issue
Block a user