Skip to content

Commit 47ba70c

Browse files
committed
chg: Instala vterm
Implementa emulación real y eficiente de una terminal dentro de Emacs
1 parent 51a83b5 commit 47ba70c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,6 +2417,11 @@ Para ubicar el archivo JAR en diferentes sistemas se inspecciona el script que s
24172417
#+end_src
24182418
*** shell
24192419
#+begin_src emacs-lisp
2420+
(when (and (eq system-type "windows-nt")
2421+
(fboundp 'module-load))
2422+
;; instala vterm
2423+
(use-package vterm))
2424+
24202425
(use-package flymake-shell
24212426
:hook (sh-set-shell . flymake-shell-load))
24222427
#+end_src

0 commit comments

Comments
 (0)