diff options
Diffstat (limited to 'load-local-lisp.el')
-rw-r--r-- | load-local-lisp.el | 4 |
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) |