Update init to reflect license + defvar->defconst

This commit is contained in:
Henrik Lissner 2016-03-28 22:26:35 -04:00
parent c58fefe408
commit 8028c63a6b

View file

@ -38,13 +38,13 @@
;; ;;
;; These mice are not part of GNU Emacs. ;; These mice are not part of GNU Emacs.
;; ;;
;;; License: GPLv3 ;;; License: MIT
(load (concat user-emacs-directory "bootstrap.el")) (load (concat user-emacs-directory "bootstrap.el"))
;; ;;
(defvar narf-default-theme 'narf-dark) (defconst narf-default-theme 'narf-dark)
(defvar narf-default-font (font-spec :family "Hack" :size 12)) (defconst narf-default-font (font-spec :family "Terminus (TTF)" :size 12 :antialias nil))
(narf '(core ; core/core.el (narf '(core ; core/core.el