feat: change user configuration directory

This commit is contained in:
Muhammad Nauman Raza 2024-01-15 19:29:02 +00:00
parent 8484e6aa62
commit 5deea76ee5
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View file

@ -4,10 +4,6 @@ straight/
elpa/
transient/
user/init.el
user/
user/*
bookmarks
recentf
.last-package-update-day

View file

@ -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.