From 3cc613b5091b0a2daab1b59b081743c463440692 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 25 Aug 2022 23:01:17 -0400 Subject: renamed load-local-lisp.el to load-lisp.el --- load-local-lisp.el | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 load-local-lisp.el (limited to 'load-local-lisp.el') diff --git a/load-local-lisp.el b/load-local-lisp.el deleted file mode 100644 index bfad1ad..0000000 --- a/load-local-lisp.el +++ /dev/null @@ -1,4 +0,0 @@ -(let ((local-lisp-directory (file-name-concat user-emacs-directory "lisp"))) - (add-to-list 'load-path (file-name-concat local-lisp-directory "man-wrapper"))) - -(require 'man-wrapper) -- cgit v1.2.3