diff --git a/init.el b/init.el index 5da1ef1..b72e98f 100644 --- a/init.el +++ b/init.el @@ -93,7 +93,9 @@ '(variable-pitch ((t (:family "default")))) '(visible-mark-face ((t (:background "goldenrod" :foreground "#182828"))))) -;; This kinda overrides the customize business, but it works +(add-to-list 'custom-theme-load-path "/home/jacopods/clones/emacs-color-theme-solarized") +(load-theme 'solarized t) +;;This kinda overrides the customize business, but it works ;; * Use patched terminus :fixme: (set-face-font 'default "-xos4-hackminus-medium-r-normal--20-200-72-72-c-100-ISO10646-1")