mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Clean up init.el and bootstrap.el
This commit is contained in:
4
init.el
4
init.el
@ -40,16 +40,12 @@
|
||||
;;
|
||||
;;; License: MIT
|
||||
|
||||
(defconst emacs-start-time (current-time))
|
||||
(load (concat user-emacs-directory "bootstrap.el"))
|
||||
;;
|
||||
|
||||
(defconst narf-default-theme 'narf-dark)
|
||||
(defconst narf-default-font (font-spec :family "Hack" :size 12))
|
||||
|
||||
(setq user-full-name "Henrik Lissner"
|
||||
user-mail-address "henrik@lissner.net")
|
||||
|
||||
(narf `(core ; core/core.el
|
||||
|
||||
;; OS-specific config
|
||||
|
Reference in New Issue
Block a user