Move havoc-theme.el to themes/ directory

This commit is contained in:
Wojciech Kozlowski 2017-08-24 22:01:08 +01:00
parent 18ef1de90d
commit 001d7dd71e
2 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
;; Theme --------------------------------------------------------------------
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'havoc t) ;; Load personal theme
;; --------------------------------------------------------------------------