This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
dianciemacs/user/init.el
Muhammad Nauman Raza afb3ff06e9
feat: interface improvements
This update works alongside the improvement to the colorscheme that
this configuration uses.
2023-06-27 22:54:04 +01:00

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