mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update init to reflect license + defvar->defconst
This commit is contained in:
6
init.el
6
init.el
@ -38,13 +38,13 @@
|
||||
;;
|
||||
;; These mice are not part of GNU Emacs.
|
||||
;;
|
||||
;;; License: GPLv3
|
||||
;;; License: MIT
|
||||
|
||||
(load (concat user-emacs-directory "bootstrap.el"))
|
||||
;;
|
||||
|
||||
(defvar narf-default-theme 'narf-dark)
|
||||
(defvar narf-default-font (font-spec :family "Hack" :size 12))
|
||||
(defconst narf-default-theme 'narf-dark)
|
||||
(defconst narf-default-font (font-spec :family "Terminus (TTF)" :size 12 :antialias nil))
|
||||
|
||||
(narf '(core ; core/core.el
|
||||
|
||||
|
Reference in New Issue
Block a user