mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Moving to Doom Emacs!
This commit is contained in:
7
.emacs.d/modules/tools/editorconfig/autoload.el
Normal file
7
.emacs.d/modules/tools/editorconfig/autoload.el
Normal file
@@ -0,0 +1,7 @@
|
||||
;;; tools/editorconfig/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autodef
|
||||
(defun set-editorconfig-indent-var! (mode &rest vars)
|
||||
"Add (MODE VARS...) to `editorconfig-indentation-alist'."
|
||||
(after! editorconfig
|
||||
(nconc editorconfig-indentation-alist (cons mode vars))))
|
||||
Reference in New Issue
Block a user