Skip to content

Commit

Permalink
Make conf-mode used when a file has .editorconfig extension
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Sep 25, 2018
1 parent 05e0295 commit 01a0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editorconfig-conf-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

;;;###autoload
(add-to-list 'auto-mode-alist
'("/\\.editorconfig\\'" . editorconfig-conf-mode))
'("\\.editorconfig\\'" . editorconfig-conf-mode))

(provide 'editorconfig-conf-mode)

Expand Down

0 comments on commit 01a0640

Please sign in to comment.