Update emacs.org
This commit is contained in:
parent
aa9ee15e73
commit
8719bc14c1
|
@ -854,3 +854,11 @@ god dammit why are they making my shells in emacs lisp
|
||||||
|
|
||||||
(eshell-git-prompt-use-theme 'powerline))
|
(eshell-git-prompt-use-theme 'powerline))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** VTerm
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package vterm
|
||||||
|
:commands vterm
|
||||||
|
:config
|
||||||
|
(setq vterm-max-scrollback 10000))
|
||||||
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue