diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-04-22 23:20:03 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-04-22 23:20:03 +0100 |
commit | d14fcfa8eedce017022559334c042239b0df54d9 (patch) | |
tree | 0f4937cd7aa4492278dc703b62d01d14346346e1 | |
parent | 3aa336222fea7fcc4865b5b28d9abed0da0d594d (diff) |
Disable vterm and enable doom-dashboard
-rw-r--r-- | .config/doom/init.el | 4 |
1 files 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 |