mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
No auto-fill in comint
This commit is contained in:
parent
df4858b725
commit
2f3ec9426f
8
init.org
8
init.org
@ -1497,6 +1497,14 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
(use-package comint
|
||||||
|
:ensure nil
|
||||||
|
:hook (comint-mode . (lambda () (auto-fill-mode -1))))
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** vterm
|
** vterm
|
||||||
|
|
||||||
Inspired by [[https://github.com/torenord/.emacs.d][torenord]], I maintain quick access to shell buffers with bindings
|
Inspired by [[https://github.com/torenord/.emacs.d][torenord]], I maintain quick access to shell buffers with bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user