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
|
let
|
||||||
editorconf =
|
editorconf =
|
||||||
if config.services.emacs.defaultEditor then
|
if config.services.emacs.defaultEditor then
|
||||||
{ }
|
{
|
||||||
|
EDITOR = "emacsclient";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue