No auto-fill in comint

This commit is contained in:
larstvei 2023-06-15 01:38:54 +02:00
parent df4858b725
commit 2f3ec9426f

View File

@ -1497,6 +1497,14 @@
#+end_src
#+begin_src emacs-lisp
(use-package comint
:ensure nil
:hook (comint-mode . (lambda () (auto-fill-mode -1))))
#+end_src
** vterm
Inspired by [[https://github.com/torenord/.emacs.d][torenord]], I maintain quick access to shell buffers with bindings