system changes

This commit is contained in:
jjanzen 2025-01-11 12:25:28 -06:00
parent 023aa835e2
commit 90e190f020

View file

@ -254,6 +254,8 @@ Install and configure =fzf= to be used as a fuzzy finder.
Install and configure =vterm= as a terminal emulator in Emacs.
#+begin_src emacs-lisp
(use-package vterm
:hook
(vterm-mode . (lambda () (display-line-numbers-mode -1)))
:bind
("C-c v" . vterm))
#+end_src