afb3ff06e9
This update works alongside the improvement to the colorscheme that this configuration uses.
14 lines
374 B
EmacsLisp
14 lines
374 B
EmacsLisp
;;; 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
|