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.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/load-local-lisp.el b/load-local-lisp.el
new file mode 100644
index 0000000..0e1fba1
--- /dev/null
+++ b/load-local-lisp.el
@@ -0,0 +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")))
+
+(require 'backup-before-save)