Really this is what I should've changed
This commit is contained in:
parent
d01043ddf3
commit
2a664a2a65
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
|||
# /etc/profiles/per-user/benson/etc/profile.d/hm-session-vars.sh
|
||||
#
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
EDITOR = "emacsclient -n";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
userEmail = "bensonchu457@gmail.com";
|
||||
extraConfig = {
|
||||
core = {
|
||||
editor = "emacsclient -n";
|
||||
editor = "emacsclient";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue