summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-29 23:47:39 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-29 23:47:39 +0800
commitcd3b2775ebf7bb8d2c1bca0eb4e5fd03397ca20c (patch)
tree36151d878bea1cb26898f6620bcf517db49b6b5b /init.el
parente2f96a80b823fd4565939e104e6f014fea87f583 (diff)
Add vterm configuration
I find vterm very useful when combined with the command 'btm'. I can use this combination to monitor many computer states conveniently, which I did not find a way to accomplish with the built-in terminal emulator 'term' in Emacs. * init.el (vterm): Load vterm if necessary. * vterm-conf.el: Thin configurations.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index ae90b89..5fad3cb 100644
--- a/init.el
+++ b/init.el
@@ -462,6 +462,9 @@ no effect."
(define-key global-map (vector 3 ?w ?l) #'durand-prepare-wifi-bluetooth)
(define-key global-map (vector 3 ?w ?j) #'durand-prepare-wifi-bluetooth)
+(load-after-function
+ vterm "vtem-conf.el" "Load Vterm terminal emulator." nil)
+
;;; server
;; (cond