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.