Update init to reflect license + defvar->defconst
This commit is contained in:
parent
c58fefe408
commit
8028c63a6b
1 changed files with 3 additions and 3 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue