Fix EDITOR variable setting.
This commit is contained in:
parent
251dbbecf7
commit
5d6a895c7d
|
@ -66,8 +66,9 @@ If t, run `whitespace-cleanup', `clang-format-buffer' and so on."
|
||||||
|
|
||||||
(use-package with-editor
|
(use-package with-editor
|
||||||
:after (server)
|
:after (server)
|
||||||
|
:defer nil
|
||||||
:config (progn
|
:config (progn
|
||||||
(setenv (with-editor-locate-emacsclient))))
|
(setenv "EDITOR" (with-editor-locate-emacsclient))))
|
||||||
|
|
||||||
(provide 'basics/global-variables)
|
(provide 'basics/global-variables)
|
||||||
;;; global-variables.el ends here
|
;;; global-variables.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user