mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
8 lines
277 B
EmacsLisp
8 lines
277 B
EmacsLisp
;;; 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))))
|