mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
General cleanup
This commit is contained in:
15
bootstrap.el
15
bootstrap.el
@@ -68,20 +68,11 @@
|
||||
(append (list (expand-file-name "themes/" narf-private-dir))
|
||||
custom-theme-load-path))
|
||||
|
||||
(require 'f)
|
||||
(require 'dash)
|
||||
(require 's)
|
||||
|
||||
;; Load local settings, if available
|
||||
(when (file-exists-p "~/.emacs.local.el")
|
||||
(load "~/.emacs.local.el"))
|
||||
|
||||
;; Global settings
|
||||
;; Local settings
|
||||
(load "~/.emacs.local.el" t t)
|
||||
(setq narf-current-theme narf-default-theme
|
||||
narf-current-font narf-default-font)
|
||||
|
||||
;; Load 'em up!
|
||||
(load-theme narf-current-theme t)
|
||||
;; Here we a'go!
|
||||
(mapc 'require packages)))
|
||||
|
||||
;;; bootstrap.el ends here
|
||||
|
Reference in New Issue
Block a user