Set EDITOR to emacsclient.
For magit.
This commit is contained in:
parent
ebe5d94b75
commit
708a00fe72
|
@ -64,5 +64,10 @@ If t, run `whitespace-cleanup', `clang-format-buffer' and so on."
|
||||||
multiplier)))))
|
multiplier)))))
|
||||||
:hook (after-init . my/set-garbage-collection-threshold))
|
:hook (after-init . my/set-garbage-collection-threshold))
|
||||||
|
|
||||||
|
(use-package with-editor
|
||||||
|
:after (server)
|
||||||
|
:config (progn
|
||||||
|
(setenv (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