diff options
author | David Li <li.davidm96@gmail.com> | 2018-03-04 19:47:45 -0500 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2018-03-04 19:47:45 -0500 |
commit | bfaaeb7d4b20fce066a979575c82bff440cf381f (patch) | |
tree | e2f50375a54fadc8f183530d7661cd5fc126f686 | |
parent | 2ef523a532409c4191425d0a567779e692487e69 (diff) |
Use Nord theme
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |