From bfaaeb7d4b20fce066a979575c82bff440cf381f Mon Sep 17 00:00:00 2001 From: David Li Date: Sun, 4 Mar 2018 19:47:45 -0500 Subject: Use Nord theme --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ad34204..35469fa 100644 --- a/init.el +++ b/init.el @@ -19,10 +19,11 @@ (global-linum-mode 1) (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (set-frame-font (font-spec :family "Input" :size 10.5)) -(if (display-graphic-p) - (load-theme 'material t)) (xterm-mouse-mode 1) +(set-variable 'nord-comment-brightness 15) +(load-theme 'nord t) + ;; (defun set-80-editing-columns () ;; "Set the right window margin so the editable space is only 80 columns." ;; (interactive) -- cgit v1.2.3