From 56eb13d2d682b8ed77714fb27e4813efc45852b9 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 19 Sep 2022 09:52:32 +0900 Subject: [PATCH] Emacs : doom emacs ligature is annoying in verilog code --- .doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/init.el b/.doom.d/init.el index 38ef447..89d3026 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -36,7 +36,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - (ligatures +extras) ; ligatures and symbols to make your code pretty again + ;;(ligatures +extras) ; 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