pinwheel: Set EDITOR and VISUAL to emacsclient

This commit is contained in:
Alexander Heldt
2023-10-05 22:38:15 +02:00
parent 4578b639ad
commit b769bb8dae
2 changed files with 5 additions and 1 deletions

View File

@@ -40,7 +40,6 @@
];
envExtra = lib.strings.concatStringsSep "\n" [
"EDITOR=vim"
"BROWSER=firefox"
];