From babccaef771914d60361ec8b968ddbcd389a569e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 17 Feb 2016 20:10:29 -0500 Subject: [PATCH] Update init.el --- init.el | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/init.el b/init.el index 47713e0be..166072641 100644 --- a/init.el +++ b/init.el @@ -41,16 +41,8 @@ ;;; License: GPLv3 (defconst narf-theme 'narf-dark) -(defconst narf-default-font (font-spec :family "Terminus (TTF)" :size 12 :antialias nil)) - -;; Big-mode settings -(defconst big-mode-font (font-spec :family "Inconsolata" :size 16)) - -;; Write-mode settings -(defconst write-mode-theme 'narf-write) -(defconst write-mode-font (font-spec :family "Hack" :size 12)) -(defconst write-mode-dir "~/Dropbox/notes") -(defconst write-mode-biblio-dir "~/Dropbox/docs/biblio") +(defconst narf-default-font (font-spec :family "Hack" :size 12)) +(setq-default line-spacing 2) ;; (load (concat user-emacs-directory "bootstrap.el"))