feat: user configuration directory
This commit is contained in:
parent
fce448bf6f
commit
d25aa4f0a7
5
init.el
5
init.el
|
@ -41,3 +41,8 @@
|
|||
(load "keybinds")
|
||||
(load "performance")
|
||||
(load "language")
|
||||
|
||||
;; Load user configuration
|
||||
(add-to-list 'load-path (concat user-emacs-directory
|
||||
(convert-standard-filename "user/")))
|
||||
(load "init")
|
||||
|
|
1
user/init.el
Normal file
1
user/init.el
Normal file
|
@ -0,0 +1 @@
|
|||
;; This file contains user configuration. You're completely free to *safely* work with Dianciemacs here.
|
Reference in a new issue