summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
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