mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
General cleanup; core-file-templates -> core-autoinsert
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
(setq narf-current-theme narf-default-theme
|
||||
narf-current-font narf-default-font)
|
||||
;; Here we a'go!
|
||||
(mapc 'require packages)))
|
||||
(mapc 'require packages)
|
||||
|
||||
(when (display-graphic-p)
|
||||
(require 'server)
|
||||
(unless (server-running-p)
|
||||
(server-start)))))
|
||||
|
||||
;;; bootstrap.el ends here
|
||||
|
Reference in New Issue
Block a user