summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-10-20 20:43:11 -0400
committerKyle Meyer <kyle@kyleam.com>2022-11-26 21:45:14 -0500
commit07ca9caf5898749bf10943f474b2a8df91844759 (patch)
treece5ac0b4b0c86704a6f52eea1af5bcb4d06fab0f
parent9f915888f25f42b7bd61a223933665013f787962 (diff)
downloademacs.d-07ca9caf5898749bf10943f474b2a8df91844759.tar.gz
init.el: Update load-path for with-editor
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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"