diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | init.el | 2 | ||||
-rw-r--r-- | load-lisp.el (renamed from load-local-lisp.el) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ !/.gitignore !/init.el !/load-config.el -!/load-local-lisp.el +!/load-lisp.el !/custom.el !/themes !/config @@ -22,7 +22,7 @@ (load custom-file)) (load (file-name-concat user-emacs-directory "load-config")) -(load (file-name-concat user-emacs-directory "load-local-lisp")) +(load (file-name-concat user-emacs-directory "load-lisp")) (cua-mode 1) (recentf-mode 1) diff --git a/load-local-lisp.el b/load-lisp.el index bfad1ad..bfad1ad 100644 --- a/load-local-lisp.el +++ b/load-lisp.el |