emacsclient tweaks

This commit is contained in:
2025-06-03 04:18:11 -04:00
parent 380bed59a3
commit e8f4bdf156

View File

@@ -301,8 +301,9 @@
client = { client = {
enable = true; enable = true;
arguments = [ arguments = [
"-a emacs"
"-n"
"-c" "-c"
"-a"
]; ];
}; };
defaultEditor = true; defaultEditor = true;