Really this is what I should've changed

This commit is contained in:
Benson Chu 2024-07-25 07:51:51 -05:00
parent d01043ddf3
commit 2a664a2a65

View file

@ -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";
};
};
};