docs(emacs): add eshell-vterm package
This commit is contained in:
parent
184510f1af
commit
90813e5ecf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user