Skip to content

Commit

Permalink
Defer vterm install
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonNut committed Jul 22, 2021
1 parent 6e2783d commit 8deba35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/config-modes.el
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,8 @@ if [ $1 = .. ]; then shift; fi; exec \"$@\""
(global-set-key (kbd "<f12>") #'my/popup-ansi-term)

(use-package vterm
:commands (vterm)
:defer-install t
:config
(evil-set-initial-state 'vterm-mode 'emacs)
(set-face-foreground 'vterm-color-black "#586e75"))
Expand Down

0 comments on commit 8deba35

Please sign in to comment.