From 561b85c32051acc1cc11e8e5292dc7289c4a1657 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Sat, 8 Feb 2025 19:36:55 -0300 Subject: [PATCH] feat: prettier emacsmaxxing :fire: :warning: :rofl: --- desktop/configs/doom/.config/doom/config.el | 2 +- desktop/configs/doom/.config/doom/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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