mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
[emacs] Solarized theme
This commit is contained in:
parent
6e5fa66bef
commit
32f6b9160b
2 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue