From 8028c63a6b24d85bc3ad9054f18ccd8af725e3f7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Mar 2016 22:26:35 -0400 Subject: [PATCH] Update init to reflect license + defvar->defconst --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 8e41311e4..5ab99822e 100644 --- a/init.el +++ b/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