From 5deea76ee5acd82bbc8d9ac7259ae5905d39a2fb Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 15 Jan 2024 19:29:02 +0000 Subject: [PATCH] feat: change user configuration directory --- .gitignore | 4 ---- init.el | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 97004e5..1926e82 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,6 @@ straight/ elpa/ transient/ -user/init.el -user/ -user/* - bookmarks recentf .last-package-update-day diff --git a/init.el b/init.el index bc32cf7..1b213ca 100644 --- a/init.el +++ b/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.