summaryrefslogtreecommitdiff
blob: 247365df8ecde1f53d6fa41a1f355eaaa37e9fa4 (plain)
1
2
3
4
5
6
7
8
9
(add-to-list 'load-path "@SITELISP@")
(autoload 'editorconfig-core-get-properties-hash "editorconfig-core"
  "Get EditorConfig properties for FILE." t)
(autoload 'editorconfig-mode "editorconfig"
  "Toggle EditorConfig feature." t)
(autoload 'editorconfig-conf-mode "editorconfig-conf-mode"
  "Major mode for editing .editorconfig files." t)
(add-to-list 'auto-mode-alist
             '("/\\.editorconfig\\'" . editorconfig-conf-mode))