aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5db6481..cb56980 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -182,6 +182,13 @@ This is currently the data directory under the
;; some strange results. Github diffs are an example.
(setq require-final-newline t)
+;;;; Load theme:
+(ensure-library eternal-theme
+ :path "vendor-lisp/eternal-theme")
+(add-to-list 'custom-theme-load-path
+ (concat user-emacs-directory "vendor-lisp/eternal-theme"))
+(load-theme 'eternal :no-confirm)
+
;;;; Minor modes:
;;;;; Paredit: