fix(lib): doom/set-indent-width on Emacs >=30

A built-in `editorconfig` package was added in Emacs 30, with a somewhat
different API from the other package of the same name.

Fix: #8072
This commit is contained in:
Henrik Lissner 2024-09-14 04:18:15 -04:00
parent d34770407c
commit 66a2972ebf
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,6 @@
;;; tools/editorconfig/config.el -*- lexical-binding: t; -*-
;; TODO: Adapt to built-in `editorconfig' in Emacs 30+
;; Handles whitespace (tabs/spaces) settings externally. This way projects can
;; specify their own formatting rules.
(use-package! editorconfig