renamed load-local-lisp.el to load-lisp.el

master
John Turner 2 years ago
parent 895bccda9e
commit 3cc613b509
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

2
.gitignore vendored

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

Loading…
Cancel
Save