Fix EDITOR variable setting for real this time.

This commit is contained in:
tastytea 2021-05-28 14:13:14 +02:00
parent 5d6a895c7d
commit 031240776f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ If t, run `whitespace-cleanup', `clang-format-buffer' and so on."
(use-package with-editor
:after (server)
:defer nil
:demand t
:config (progn
(setenv "EDITOR" (with-editor-locate-emacsclient))))