From 004a0c52742950025cac951f67e95bcbfde8aee3 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 3 Feb 2024 23:21:34 +0100 Subject: [PATCH 1/2] emacs: Use double colon comments to get correct indentation --- home/alex/programs/emacs/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/alex/programs/emacs/doom/init.el b/home/alex/programs/emacs/doom/init.el index a279d79..f87eafa 100644 --- a/home/alex/programs/emacs/doom/init.el +++ b/home/alex/programs/emacs/doom/init.el @@ -27,7 +27,7 @@ (vertico +icons) ; the search engine of the future :ui - ;deft ; notational velocity for Emacs + ;;deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs ;;doom-quit ; DOOM quit-message prompts when you quit Emacs @@ -35,7 +35,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - ;(ligatures +extra) ; ligatures and symbols to make your code pretty again + ;;(ligatures +extra) ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink cursor line after big motions From 11f9ddd1938ba6cb156ef7eb5f5d0acf8d47d488 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 3 Feb 2024 23:22:06 +0100 Subject: [PATCH 2/2] emacs: Switch back to ranger instead of dirvish --- home/alex/programs/emacs/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/alex/programs/emacs/doom/init.el b/home/alex/programs/emacs/doom/init.el index f87eafa..32bee2f 100644 --- a/home/alex/programs/emacs/doom/init.el +++ b/home/alex/programs/emacs/doom/init.el @@ -66,7 +66,7 @@ word-wrap ; soft wrapping with language-aware indent :emacs - (dired +dirvish +icons) ; making dired pretty [functional] + (dired +ranger +icons) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent (ibuffer +icons) ; interactive buffer management undo ; persistent, smarter undo for your inevitable mistakes