Minor edits to config plus new dtmacs logo

This commit is contained in:
Derek Taylor
2025-05-05 19:41:27 -05:00
parent 228615cbfa
commit 5015c2f7a6
3 changed files with 18 additions and 14 deletions
+2
View File
@@ -711,11 +711,13 @@
eshell-visual-commands'("bash" "fish" "htop" "ssh" "top" "zsh"))
(use-package vterm
:ensure t
:config
(setq shell-file-name "/bin/sh"
vterm-max-scrollback 5000))
(use-package vterm-toggle
:ensure t
:after vterm
:config
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
+2
View File
@@ -1019,6 +1019,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
#+begin_src emacs-lisp
(use-package vterm
:ensure t
:config
(setq shell-file-name "/bin/sh"
vterm-max-scrollback 5000))
@@ -1029,6 +1030,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
#+begin_src emacs-lisp
(use-package vterm-toggle
:ensure t
:after vterm
:config
;; When running programs in Vterm and in 'normal' mode, make sure that ESC
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 17 KiB