Browse Source

Use settings from .editorconfig file (#1008)

When an .editorconfig file is present in the project, it should be
used.
custom
Jan Ehrhardt 9 years ago
committed by Bozhidar Batsov
parent
commit
7b4fdcaa0d
  1. 4
      core/prelude-editor.el
  2. 1
      core/prelude-packages.el

4
core/prelude-editor.el

@ -431,6 +431,10 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
(string-to-number (or (match-string 3 name) ""))))
fn))) files)))
;; use settings from .editorconfig file when present
(require 'editorconfig)
(editorconfig-mode 1)
(provide 'prelude-editor)
;;; prelude-editor.el ends here

1
core/prelude-packages.el

@ -53,6 +53,7 @@
diff-hl
diminish
easy-kill
editorconfig
epl
expand-region
flycheck

Loading…
Cancel
Save