From 43b3e0033564f1d7653c018123cdb2b07d328484 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 6 Jun 2024 09:59:53 +0200 Subject: doom: added common-lisp and prettify whitespaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/doom/config.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/doom/config.el') diff --git a/.config/doom/config.el b/.config/doom/config.el index 429677b..e42a082 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -99,6 +99,8 @@ (after! whitespace (global-whitespace-mode -1)) +(advice-add #'doom-highlight-non-default-indentation-h :override #'ignore) + ;; The modeline I was using even before switching to Doom. I modify quite a few ;; things from the default installation so it is simpler. (use-package! doom-modeline -- cgit v1.2.3