feat: change user configuration directory
This commit is contained in:
parent
8484e6aa62
commit
5deea76ee5
2 changed files with 1 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,10 +4,6 @@ straight/
|
|||
elpa/
|
||||
transient/
|
||||
|
||||
user/init.el
|
||||
user/
|
||||
user/*
|
||||
|
||||
bookmarks
|
||||
recentf
|
||||
.last-package-update-day
|
||||
|
|
2
init.el
2
init.el
|
@ -67,7 +67,7 @@
|
|||
|
||||
;; Load user configuration
|
||||
(add-to-list 'load-path (concat user-emacs-directory
|
||||
(convert-standard-filename "user/")))
|
||||
(convert-standard-filename "../diancite/")))
|
||||
(load "init")
|
||||
|
||||
;; Make gc pauses faster by decreasing the threshold.
|
||||
|
|
Reference in a new issue