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:
parent
d34770407c
commit
66a2972ebf
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue