From eb9d298fcc3a5ea72930a0cd0ff1c2ca9313e175 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 12 Oct 2022 15:29:14 -0800 Subject: [PATCH] add-to-list > setq, fight me --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index cf1ff72..99bba29 100644 --- a/init.el +++ b/init.el @@ -20,8 +20,7 @@ (directory-file-name (concat user-emacs-directory (convert-standard-filename "lisp/")))) - (setq load-path - (cons mitch-directory load-path)) + (add-to-list 'load-path mitch-directory t) (setq custom-theme-directory mitch-directory) (require 'mitch-defuns)