feat: user configuration directory

This commit is contained in:
Muhammad Nauman Raza 2022-11-12 18:58:50 +00:00
parent fce448bf6f
commit d25aa4f0a7
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31
2 changed files with 6 additions and 0 deletions

View file

@ -41,3 +41,8 @@
(load "keybinds") (load "keybinds")
(load "performance") (load "performance")
(load "language") (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
View file

@ -0,0 +1 @@
;; This file contains user configuration. You're completely free to *safely* work with Dianciemacs here.