summaryrefslogtreecommitdiff
path: root/load-local-lisp.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2022-08-25 23:01:17 -0400
committerJohn Turner <jturner.usa@gmail.com>2022-08-25 23:01:17 -0400
commit3cc613b5091b0a2daab1b59b081743c463440692 (patch)
treef0f2090e38f91bc4110663b922fb150cb3d18b40 /load-local-lisp.el
parent895bccda9e79d172935d1a99b99b4ed75e4b517c (diff)
downloademacs.d-3cc613b5091b0a2daab1b59b081743c463440692.tar.gz
renamed load-local-lisp.el to load-lisp.el
Diffstat (limited to 'load-local-lisp.el')
-rw-r--r--load-local-lisp.el4
1 files changed, 0 insertions, 4 deletions
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)