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