From 6fac8a28da9bf30da71941340505c2316d0db5a3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:10:21 -0400 Subject: changed the config-* prefix to init-* for all of the init files --- load-lisp.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'load-lisp.el') diff --git a/load-lisp.el b/load-lisp.el index bfad1ad..e69de29 100644 --- a/load-lisp.el +++ b/load-lisp.el @@ -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