summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)