diff options
author | John Turner <jturner.usa@gmail.com> | 2022-07-14 22:12:27 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-07-22 22:48:08 -0400 |
commit | 04f350f889db7e2c73e7be48797a5ba83b891dc7 (patch) | |
tree | 0d2a99a6e4e6ea97b1758d8aad2c9cdd5a352083 /load-local-lisp.el | |
parent | c0ef72c62089457092653324070a785ed514d80c (diff) | |
download | emacs.d-04f350f889db7e2c73e7be48797a5ba83b891dc7.tar.gz |
removed backup-before-save
Diffstat (limited to 'load-local-lisp.el')
-rw-r--r-- | load-local-lisp.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/load-local-lisp.el b/load-local-lisp.el index 28ed25d..bfad1ad 100644 --- a/load-local-lisp.el +++ b/load-local-lisp.el @@ -1,7 +1,4 @@ (let ((local-lisp-directory (file-name-concat user-emacs-directory "lisp"))) - (add-to-list 'load-path (file-name-concat local-lisp-directory "backup-before-save")) (add-to-list 'load-path (file-name-concat local-lisp-directory "man-wrapper"))) -(require 'backup-before-save) (require 'man-wrapper) - |