Skip to content

Commit 3ee7035

Browse files
committed
feat: add emacs-libvterm
1 parent bbeafc3 commit 3ee7035

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.org

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ ref: https://github.com/manateelazycat/auto-save
743743
"Setup fonts."
744744
(when (display-graphic-p)
745745
;; Set default font
746-
(cl-loop for font in '("CaskaydiaCove NFP" "Fira Code" "Jetbrains Mono"
746+
(cl-loop for font in '("CaskaydiaCove NFM" "Fira Code" "Jetbrains Mono"
747747
"SF Mono" "Hack" "Source Code Pro" "Menlo"
748748
"Monaco" "DejaVu Sans Mono" "Consolas")
749749
when (my-font-installed-p font)
@@ -778,7 +778,7 @@ ref: https://github.com/manateelazycat/auto-save
778778
(use-package nerd-icons
779779
:straight t
780780
:init
781-
(cl-loop for font in '("CaskaydiaCove NFP" "Symbols Nerd Font Mono")
781+
(cl-loop for font in '("CaskaydiaCove NFM" "Symbols Nerd Font Mono")
782782
when (my-font-installed-p font)
783783
return (setq nerd-icons-font-family font)))
784784
#+end_src
@@ -1282,6 +1282,13 @@ ref:https://github.com/manateelazycat/toggle-one-window
12821282
)
12831283
#+end_src
12841284

1285+
** emacs-libvterm
1286+
#+begin_src elisp
1287+
(use-package vterm
1288+
:straight (vterm :type git :host github :repo "xhcoding/emacs-libvterm")
1289+
:config
1290+
(setq vterm-shell "pwsh.exe"))
1291+
#+end_src
12851292
** fingertip 智能括号插入
12861293

12871294
#+begin_src emacs-lisp

0 commit comments

Comments
 (0)