about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/emacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/emacs/default.nix b/home/emacs/default.nix
index 96659dc..073e7bd 100644
--- a/home/emacs/default.nix
+++ b/home/emacs/default.nix
@@ -15,8 +15,8 @@ in
     ];
 
     sessionVariables = {
-      EDITOR = "emacsclient -c -a=";
-      VISUAL = "emacsclient -c -a=";
+      EDITOR = "emacsclient -a=";
+      VISUAL = "emacsclient -a=";
     };
   };
 }