Update emacs.org

This commit is contained in:
Sako 2023-10-03 21:34:58 +04:00 committed by GitHub
parent aa9ee15e73
commit 8719bc14c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -854,3 +854,11 @@ god dammit why are they making my shells in emacs lisp
(eshell-git-prompt-use-theme 'powerline))
#+end_src
** VTerm
#+begin_src emacs-lisp
(use-package vterm
:commands vterm
:config
(setq vterm-max-scrollback 10000))
#+end_src