aboutsummaryrefslogtreecommitdiff
path: root/.config/doom/config.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-06 09:59:53 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-06 09:59:53 +0200
commit43b3e0033564f1d7653c018123cdb2b07d328484 (patch)
tree616863aa0036a3d97954de71424d09dabb6ee84a /.config/doom/config.el
parent0ff821272cd8900ea47cc9d267b2914bc817b262 (diff)
downloaddotfiles-43b3e0033564f1d7653c018123cdb2b07d328484.tar.gz
dotfiles-43b3e0033564f1d7653c018123cdb2b07d328484.zip
doom: added common-lisp and prettify whitespaces
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.config/doom/config.el')
-rw-r--r--.config/doom/config.el2
1 files changed, 2 insertions, 0 deletions
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