diff options
author | John Turner <jturner.usa@gmail.com> | 2022-08-25 23:01:17 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-08-25 23:01:17 -0400 |
commit | 3cc613b5091b0a2daab1b59b081743c463440692 (patch) | |
tree | f0f2090e38f91bc4110663b922fb150cb3d18b40 /init.el | |
parent | 895bccda9e79d172935d1a99b99b4ed75e4b517c (diff) | |
download | emacs.d-3cc613b5091b0a2daab1b59b081743c463440692.tar.gz |
renamed load-local-lisp.el to load-lisp.el
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |