blob: b235b30f187e933687504714a7cf00c47f4043f1 (
plain)
1
2
3
4
5
6
7
8
|
;;----------------------------------------------------------------------------
;; EditorConfig
;;----------------------------------------------------------------------------
(require-package 'editorconfig)
(editorconfig-mode 1)
(provide 'init-editorconfig)
|