summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-09 04:19:41 +0300
committerThanos Apollo <[email protected]>2023-08-09 04:19:41 +0300
commit1577d1e84d3b46f886b0637eb5b94ef1c00949c2 (patch)
tree709d26cdee7baf67965ac254c3eefe7837a45848 /emacs.org
parent6c50b15cf9b4bd1da3d452fe62798ca6349d418e (diff)
emacs: Update eshell
set editor to emacsclient -n
Diffstat (limited to 'emacs.org')
-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