From cd3b2775ebf7bb8d2c1bca0eb4e5fd03397ca20c Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 29 Jul 2023 23:47:39 +0800 Subject: 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. --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') 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 -- cgit v1.2.3-18-g5258