;;; 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/hazakura-emacs")
(load-theme 'hazakura t)
;;; init.el ends here