aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 18:22:15 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 18:22:15 -0400
commit84d69c947e2ad9701634b6f87eb4f0011a6c9a5e (patch)
treece3722a014321e0d86f73a2a27bc06c629ae167a /init.el
parentStart Emacs server at end of init (diff)
downloadmmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.tar.gz
mmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.tar.bz2
mmosmacs-84d69c947e2ad9701634b6f87eb4f0011a6c9a5e.zip
Always compile vterm module
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index fe9009c..b2b0bf8 100644
--- a/init.el
+++ b/init.el
@@ -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;; ---------------------------------