diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |