From ff7e94e361d7080c15f87b25e6337ffaa3600717 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 12 Dec 2017 16:53:06 -0500 Subject: [PATCH] Rewording --- global.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index d9668b3..34a0ada 100644 --- a/global.org +++ b/global.org @@ -52,8 +52,8 @@ (make-directory "~/.emacs.d/backup/" t) #+END_SRC -* Theming - Use (my clone of) the solarized scheme +* Themes + Use (my clone of) the solarized theme #+BEGIN_SRC emacs-lisp (add-to-list 'custom-theme-load-path "/home/jacopods/.emacs.d/emacs-color-theme-solarized") (load-theme 'solarized t)