diff --git a/desktop/configs/doom/.config/doom/config.el b/desktop/configs/doom/.config/doom/config.el index a877cab..eb4731f 100644 --- a/desktop/configs/doom/.config/doom/config.el +++ b/desktop/configs/doom/.config/doom/config.el @@ -1,6 +1,6 @@ ;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- (setq shell-file-name (executable-find "bash")) -(setq-default vterm-shell (executable-find "fish")) +(setq-default term-shell (executable-find "fish")) ;; Place your private configuration here! Remember, you do not need to run 'doom ;; sync' after modifying this file! diff --git a/desktop/configs/doom/.config/doom/init.el b/desktop/configs/doom/.config/doom/init.el index 196a167..0ef8a38 100644 --- a/desktop/configs/doom/.config/doom/init.el +++ b/desktop/configs/doom/.config/doom/init.el @@ -173,7 +173,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - (web +lsp +tree-sitter) ; the tubes + (web +lsp +tree-sitter +prettier) ; the tubes ;;yaml ; JSON, but readable ;;zig ; C, but simpler