summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index c81d5da..0cd7b50 100755
--- a/emacs.org
+++ b/emacs.org
@@ -959,7 +959,7 @@ Create function to watch videos using ~mpv~
#+end_src
** Environment
#+begin_src emacs-lisp
- (setenv "EDITOR" "emacsclient -c")
+ (setenv "EDITOR" "emacsclient -n")
(setenv "DEBEMAIL" "[email protected]")
(setenv "DEBNAME" "Thanos Apollo")
#+end_src