set editor properly
This commit is contained in:
parent
ee5fa37189
commit
6ffe2d49ee
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@
|
|||
let
|
||||
editorconf =
|
||||
if config.services.emacs.defaultEditor then
|
||||
{ }
|
||||
{
|
||||
EDITOR = "emacsclient";
|
||||
}
|
||||
else
|
||||
{
|
||||
EDITOR = "nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue