From 2b9679576189d0576174c6a57ec424e8216991e5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 17 Nov 2015 02:11:48 -0500 Subject: [PATCH] Update init.el --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index fe1298b62..75abb4898 100644 --- a/init.el +++ b/init.el @@ -41,14 +41,14 @@ ;;; License: GPLv3 (defconst narf-theme 'narf-dark) -(defconst narf-default-font (font-spec :family "DejaVu Sans Mono" :size 12 :antialias t)) -(defconst narf-big-font (font-spec :family "Inconsolata" :size 20 :antialias t)) - -(scroll-bar-mode -1) ; no scrollbar -(tool-bar-mode -1) ; no toolbar +(defconst narf-default-font (font-spec :family "DejaVu Sans Mono" :size 12)) +(defconst narf-big-font (font-spec :family "Inconsolata" :size 20)) ;; prematurely optimize for faster startup (let (file-name-handler-alist) + (scroll-bar-mode -1) ; no scrollbar + (tool-bar-mode -1) ; no toolbar + (load (concat user-emacs-directory "init-load-path.el")) (load-theme narf-theme t)