summaryrefslogtreecommitdiff
path: root/load-local-lisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'load-local-lisp.el')
-rw-r--r--load-local-lisp.el3
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)
-