From 51a7ff1b9cd127d14ac7a08852b083e2e3d65f32 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 3 Nov 2024 16:48:21 -0500 Subject: [PATCH] fix(emacs): remove unnecessary load-path Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c074dc8..9a9f9f5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -217,7 +217,6 @@ ;; ====== Custom ============================= (add-to-list 'load-path "~/.emacs.d/include") -(add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory)) (load-library "general") (load-library "misc")