From fa40958eae28183d397fb502d7caa27c3c8fcc62 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 3 Jul 2022 23:47:39 -0400 Subject: restored man wrapper functions into the new lisp directory --- load-local-lisp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'load-local-lisp.el') diff --git a/load-local-lisp.el b/load-local-lisp.el index 0e1fba1..28ed25d 100644 --- a/load-local-lisp.el +++ b/load-local-lisp.el @@ -1,4 +1,7 @@ (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 "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