From a344a09c531add0f540b9e3bf3bee5c2e743786a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 2 Jul 2025 14:10:09 +0200 Subject: [PATCH] Home Gen30 @ 2025-07-02-14:10 by jroeger@T14-OE130-7-ubuntu --- modules/home/doom/static/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 1746110..fec267a 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -140,6 +140,9 @@ (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary"))) (set-lsp-priority! 'ccls 1)) + +(setq apheleia-formatters-respect-indent-level nil) + (defun my-ui-doc-glance-then-focus () "Glances UI-Doc if not present, otherwise focus" (interactive)