summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2018-03-04 19:47:45 -0500
committerDavid Li <li.davidm96@gmail.com>2018-03-04 19:47:45 -0500
commitbfaaeb7d4b20fce066a979575c82bff440cf381f (patch)
treee2f50375a54fadc8f183530d7661cd5fc126f686
parent2ef523a532409c4191425d0a567779e692487e69 (diff)
Use Nord theme
-rw-r--r--init.el5
1 files 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)