From 86d5a759c3fb4539414a5d5fd589e2a6fd3340ba Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Apr 2021 15:42:01 +0200 Subject: [PATCH] Disable ligatures --- arch-config/.doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.doom.d/init.el b/arch-config/.doom.d/init.el index 3333b8c6..9176823c 100644 --- a/arch-config/.doom.d/init.el +++ b/arch-config/.doom.d/init.el @@ -35,7 +35,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW/OHGODTHEHORROR ;;hydra indent-guides ; highlighted indent columns - (ligatures +extra +fira +iosevka) ; ligatures and symbols to make your code pretty again + ;;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