mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
narf-theme => narf-default-theme
This commit is contained in:
7
init.el
7
init.el
@ -40,13 +40,12 @@
|
||||
;;
|
||||
;;; License: GPLv3
|
||||
|
||||
(defconst narf-theme 'narf-dark)
|
||||
(defconst narf-default-font (font-spec :family "Hack" :size 12))
|
||||
|
||||
;;
|
||||
(load (concat user-emacs-directory "bootstrap.el"))
|
||||
;;
|
||||
|
||||
(defvar narf-default-theme 'narf-dark)
|
||||
(defvar narf-default-font (font-spec :family "Hack" :size 12))
|
||||
|
||||
(narf '(core ; core/core.el
|
||||
|
||||
;; The heart of NARF
|
||||
|
Reference in New Issue
Block a user