From e012005d9cf82907299f4a48f1753784cefd6c16 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 18 Feb 2024 22:47:57 +0545 Subject: [PATCH] add ligatures, remove minimap --- config/dot_config/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dot_config/doom/init.el b/config/dot_config/doom/init.el index 9e9406e..dfcf3a0 100644 --- a/config/dot_config/doom/init.el +++ b/config/dot_config/doom/init.el @@ -36,8 +36,8 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - ;;ligatures ; ligatures and symbols to make your code pretty again - minimap ; show a map of the code on the side + ligatures ; 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 ;;neotree ; a project drawer, like NERDTree for vim