summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-21 16:44:05 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-21 16:44:05 +0100
commit1afd072e765b02115f0e437f7f92d42408087675 (patch)
treed514fcf69bbc732ccc7179be3ed125273ba604c6 /init.org
parent33c1a88aa885f9f5c6a6128a62ad20266febc277 (diff)
theme: require solarized before loading theme.
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index bb361d6..2f3b77b 100644
--- a/init.org
+++ b/init.org
@@ -198,6 +198,7 @@ After years of using a dark theme I found that the most important thing for me i
#+BEGIN_SRC elisp
(setq frame-background-mode 'light)
+(require 'solarized)
(load-theme 'solarized-light t)
#+END_SRC