;;; init.el --- This file contains user configuration. You're completely free to *safely* work with Dianciemacs here. ;;; Commentary: ;; ;; All user configuration should be done from this file, ;; In order to keep user code clean and manageable ;; ;;; Code: (add-to-list 'custom-theme-load-path "~/Projects/graphite-emacs") (load-theme 'graphite t) ;;; init.el ends here