pinwheel: Set EDITOR and VISUAL to emacsclient
This commit is contained in:
@@ -22,6 +22,11 @@ in
|
||||
package = emacs;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "${e}/bin/e";
|
||||
VISUAL = "${e}/bin/e";
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
e
|
||||
emacs
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
];
|
||||
|
||||
envExtra = lib.strings.concatStringsSep "\n" [
|
||||
"EDITOR=vim"
|
||||
"BROWSER=firefox"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user