diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-10-20 20:43:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-11-26 21:45:14 -0500 |
commit | 07ca9caf5898749bf10943f474b2a8df91844759 (patch) | |
tree | ce5ac0b4b0c86704a6f52eea1af5bcb4d06fab0f | |
parent | 9f915888f25f42b7bd61a223933665013f787962 (diff) | |
download | emacs.d-07ca9caf5898749bf10943f474b2a8df91844759.tar.gz |
init.el: Update load-path for with-editor
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |