The default editor is now set elsewhere
This commit is contained in:
parent
9fb87ca6f9
commit
1177fd251d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
||||||
home.username = "erwin";
|
home.username = "erwin";
|
||||||
home.homeDirectory = "/home/erwin";
|
home.homeDirectory = "/home/erwin";
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "${config.home-manager.users.erwin.eboskma.programs.emacs.package}/bin/emacsclient -c";
|
# EDITOR = "${config.home-manager.users.erwin.eboskma.programs.emacs.package}/bin/emacsclient -c";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "21.11";
|
||||||
|
|
Loading…
Reference in a new issue