diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 18:22:15 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 18:22:15 -0400 |
commit | 84d69c947e2ad9701634b6f87eb4f0011a6c9a5e (patch) | |
tree | ce3722a014321e0d86f73a2a27bc06c629ae167a /init.el | |
parent | Start Emacs server at end of init (diff) | |
download | mmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.tar.gz mmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.tar.bz2 mmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.zip |
Always compile vterm module
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -883,7 +883,9 @@ | |||
883 | 883 | ||
884 | ;; Vterm | 884 | ;; Vterm |
885 | (use-package vterm | 885 | (use-package vterm |
886 | :straight t) | 886 | :straight t |
887 | :config | ||
888 | (setq vterm-always-compile-module t)) | ||
887 | 889 | ||
888 | 890 | ||
889 | ;; --------------------------------- | 891 | ;; --------------------------------- |