docs(emacs): add eshell-vterm package

This commit is contained in:
Lucien Cartier-Tilet 2024-04-03 06:10:33 +02:00
parent 184510f1af
commit 90813e5ecf
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 11 additions and 0 deletions

View File

@ -1626,6 +1626,17 @@ issue.
"p" #'multi-vterm-prev)) "p" #'multi-vterm-prev))
#+end_src #+end_src
Another really neat package is =eshell-vterm= which allows to use vterm
to run visual commands when in Eshell.
#+begin_src emacs-lisp
(use-package eshell-vterm
:after eshell
:straight (:build t)
:config
(eshell-vterm-mode)
(defalias 'eshell/v 'eshell-exec-visual))
#+end_src
** XWidgets Webkit Browser ** XWidgets Webkit Browser
I used to use the xwidgets webkit browser in order to view or preview I used to use the xwidgets webkit browser in order to view or preview
HTML files from Emacs, but it seems the Cairo background transparency HTML files from Emacs, but it seems the Cairo background transparency