From b2907e2a5f2f49b69bce648bcc726e94775e19f7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 30 Jul 2023 13:52:29 +0800 Subject: init: run outline even at the first time * init.el (durand-maybe-enable-outline): Previously when we enable outline-minor-mode for the first time, it would not be turned on. Now this is fixed. And the same thing for vterm. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 5fad3cb..75d3ffd 100644 --- a/init.el +++ b/init.el @@ -203,7 +203,8 @@ no effect." ;;; outline (load-after-function durand-maybe-enable-outline "outline-conf.el" - "Load my outline configurations" nil) + "Load my outline configurations" nil + (durand-maybe-enable-outline)) ;;; bongo @@ -463,7 +464,8 @@ no effect." (define-key global-map (vector 3 ?w ?j) #'durand-prepare-wifi-bluetooth) (load-after-function - vterm "vtem-conf.el" "Load Vterm terminal emulator." nil) + vterm "vterm-conf.el" "Load Vterm terminal emulator." nil + (vterm)) ;;; server -- cgit v1.2.3-18-g5258