diff options
author | Thanos Apollo <[email protected]> | 2023-08-09 04:19:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-09 04:19:41 +0300 |
commit | 1577d1e84d3b46f886b0637eb5b94ef1c00949c2 (patch) | |
tree | 709d26cdee7baf67965ac254c3eefe7837a45848 /emacs.org | |
parent | 6c50b15cf9b4bd1da3d452fe62798ca6349d418e (diff) |
emacs: Update eshell
set editor to emacsclient -n
Diffstat (limited to 'emacs.org')
-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 |