From 07ca9caf5898749bf10943f474b2a8df91844759 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 20 Oct 2022 20:43:11 -0400 Subject: init.el: Update load-path for with-editor --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 198b95b..f8e02cb 100644 --- a/init.el +++ b/init.el @@ -892,7 +892,7 @@ :load-path "~/src/emacs/compat/") (use-package with-editor - :load-path "~/src/emacs/with-editor/") + :load-path "~/src/emacs/with-editor/lisp/") (use-package transient :load-path "~/src/emacs/transient/lisp" -- cgit v1.2.3