From d14fcfa8eedce017022559334c042239b0df54d9 Mon Sep 17 00:00:00 2001 From: Hydrogen Date: Tue, 22 Apr 2025 23:20:03 +0100 Subject: Disable vterm and enable doom-dashboard --- .config/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/doom/init.el b/.config/doom/init.el index 045e7d3..5b773fc 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -30,7 +30,7 @@ :ui ;;deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does - ;;doom-dashboard ; a nifty splash screen for Emacs + doom-dashboard ; a nifty splash screen for Emacs ;;doom-quit ; DOOM quit-message prompts when you quit Emacs ;;(emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW @@ -77,7 +77,7 @@ ;;eshell ; the elisp shell that works everywhere ;;shell ; simple shell REPL for Emacs ;;term ; basic terminal emulator for Emacs - vterm ; the best terminal emulation in Emacs + ;;vterm ; the best terminal emulation in Emacs :checkers syntax ; tasing you for every semicolon you forget -- cgit v1.2.3