system changes
This commit is contained in:
parent
023aa835e2
commit
90e190f020
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue