From 90813e5ecf5071890e4382733bbbbd6ea04b5f91 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 3 Apr 2024 06:10:33 +0200 Subject: [PATCH] docs(emacs): add eshell-vterm package --- docs/emacs/packages/applications.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/emacs/packages/applications.org b/docs/emacs/packages/applications.org index 81cc45a..65dd36e 100644 --- a/docs/emacs/packages/applications.org +++ b/docs/emacs/packages/applications.org @@ -1626,6 +1626,17 @@ issue. "p" #'multi-vterm-prev)) #+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 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