From 04f350f889db7e2c73e7be48797a5ba83b891dc7 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 14 Jul 2022 22:12:27 -0400 Subject: removed backup-before-save --- load-local-lisp.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'load-local-lisp.el') 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) - -- cgit v1.2.3