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