diff options
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |