Default editor is now handled by the emacs module
This commit is contained in:
parent
a95ddcdb32
commit
13c1ee999f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
|||
home.username = "erwin";
|
||||
home.homeDirectory = "/home/erwin";
|
||||
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";
|
||||
};
|
||||
|
||||
eboskma = {
|
||||
|
|
Loading…
Reference in a new issue