Skip to content

Commit 794a67e

Browse files
committed
chg: Elimina algunos paquetes para emulación de terminal en Emacs
son reemplazados por vterm
1 parent be89020 commit 794a67e

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

README.org

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -745,37 +745,6 @@ modo mayor para interactuar con interpretes inferiores
745745
(remove-text-properties (1- start-marker) start-marker '(rear-nonsticky))
746746
(add-text-properties (1- start-marker) start-marker '(read-only t))))))))
747747
#+end_src
748-
*** Shell
749-
terminal dentro de Emacs
750-
#+begin_src emacs-lisp
751-
(use-package tortuga
752-
:disabled
753-
:straight (tortuga :type git :host gitlab :repo "shackra/tortuga"))
754-
755-
(use-package aweshell
756-
:disabled
757-
:straight (aweshell :type git :host github :repo "manateelazycat/aweshell")
758-
:hook (eshell-mode . (lambda () (company-mode -1))))
759-
760-
(use-package esh-mode
761-
:disabled
762-
:straight (esh-mode :type built-in)
763-
:init
764-
(setf eshell-prompt-regexp (rx (zero-or-more not-newline) blank (or "#" "$") blank))
765-
(setf eshell-prompt-function
766-
(lambda ()
767-
(concat (replace-regexp-in-string (expand-file-name "~") "~" (eshell/pwd)) " " (if (= eshell-last-command-status 0) "🔥" "🐛") (if (= (user-uid) 0) " # " " $ "))))
768-
:hydra (hydra-aweshell (:color blue :columns 3)
769-
("w" aweshell-new "new term")
770-
("x" aweshell-dedicated-close "close window")
771-
("b" aweshell-switch-buffer "switch term")
772-
("n" aweshell-next "next term")
773-
("p" aweshell-prev "prev term")
774-
("c" aweshell-clear-buffer "clear buffer")
775-
("s" aweshell-sudo-toggle "toggle sudo"))
776-
:bind (:map global-map ("C-t" . aweshell-dedicated-open))
777-
:bind (:map eshell-mode-map ("C-t" . hydra-aweshell/body)))
778-
#+end_src
779748
*** =git=
780749
#+BEGIN_SRC emacs-lisp
781750
(use-package gitignore-mode)

straight/versions/default.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
("emacs-go-tag" . #("59b243f2fa079d9de9d56f6e2d94397e9560310a" 0 40 (fontified nil)))
5757
("emacs-gradle-mode" . #("e4d665d5784ecda7ddfba015f07c69be3cfc45f2" 0 40 (fontified nil)))
5858
("emacs-htmlize" . #("86f22f211e9230857197c42a9823d3f05381deed" 0 40 (fontified nil)))
59+
("emacs-libvterm" . #("f41849c2c9c1899f22d1c3d4f871ec47c82627ce" 0 40 (fontified nil)))
5960
("emacs-memoize" . #("51b075935ca7070f62fae1d69fe0ff7d8fa56fdd" 0 40 (fontified nil)))
6061
("emacs-moz-controller" . #("46f665c03574fa922de767fc29795e0db4a7c5c6" 0 40 (fontified nil)))
6162
("emacs-noflet" . #("7ae84dc3257637af7334101456dafe1759c6b68a" 0 40 (fontified nil)))
@@ -139,6 +140,7 @@
139140
("move-text" . #("7cbc941a9150468609010a93c429117da2523903" 0 40 (fontified nil)))
140141
("mozrepl" . #("ab3e79914445039ceb62f7f2dc342358fec3492e" 0 40 (fontified nil)))
141142
("mu4e-alert" . #("91f0657c5b245a9de57aa38391221fb5d141d9bd" 0 40 (fontified nil)))
143+
("multi-vterm" . #("723658c162d483acc07fccf2dd8ae5b8582616f7" 0 40 (fontified nil)))
142144
("multiple-cursors.el" . #("b880554d04b8f61165afba7d4de19ac9e39bb7ab" 0 40 (fontified nil)))
143145
("mustache.el" . #("6443e1563ddf4eee2236ca1bb1fe87ddfde4b2bb" 0 40 (fontified nil)))
144146
("mwim.el" . #("b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85" 0 40 (fontified nil)))

0 commit comments

Comments
 (0)