mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/modeline: add indent segment
This commit is contained in:
@ -56,7 +56,7 @@ extension, try to guess one."
|
||||
specified by editorconfig."
|
||||
(when (or (gethash 'indent_style props)
|
||||
(gethash 'indent_size props))
|
||||
(setq doom-inhibit-indent-detection t)))
|
||||
(setq doom-inhibit-indent-detection 'editorconfig)))
|
||||
(add-hook 'editorconfig-after-apply-functions #'+editorconfig|disable-indent-detection)
|
||||
|
||||
;; Editorconfig makes indentation too rigid in Lisp modes, so tell
|
||||
|
Reference in New Issue
Block a user