mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
12 lines
309 B
EmacsLisp
12 lines
309 B
EmacsLisp
;;
|
|
;; Emacs Configuration
|
|
;;
|
|
|
|
;; Set root directory of Emacs config
|
|
|
|
;; I need to keep this here commented out like this to prevent package.el from
|
|
;; automatically adding it again. I call `(package-initalize)' manually from
|
|
;; the `packages.el' file that's loaded in further down.
|
|
;;
|
|
;; (package-initialize)
|