|
|
|
@ -55,7 +55,7 @@ |
|
|
|
* Theming |
|
|
|
* Theming |
|
|
|
Use (my clone of) the solarized scheme |
|
|
|
Use (my clone of) the solarized scheme |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(add-to-list 'custom-theme-load-path "/home/jacopods/clones/emacs-color-theme-solarized") |
|
|
|
(add-to-list 'custom-theme-load-path "/home/jacopods/.emacs.d/emacs-color-theme-solarized") |
|
|
|
(load-theme 'solarized t) |
|
|
|
(load-theme 'solarized t) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Use patched terminus font (this overrides the settings in Customize, but I |
|
|
|
Use patched terminus font (this overrides the settings in Customize, but I |
|
|
|
|