summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
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