[emacs] Solarized theme

This commit is contained in:
Correl Roush 2014-11-11 07:44:36 -05:00
parent 6e5fa66bef
commit 32f6b9160b
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,8 @@
;; Themes
(depends-on "twilight-theme")
(depends-on "late-night-theme")
(depends-on "solarized-theme")
;; PHP
(depends-on "php-mode")
(depends-on "web-mode")

View file

@ -14,7 +14,7 @@
* Look and Feel
#+name: look-and-feel
#+BEGIN_SRC emacs-lisp
(load-theme 'twilight 't)
(load-theme 'solarized-dark 't)
#+END_SRC
* Autocomplete
#+name: autocomplete