9

Currently I use editorconfig in my projects, and every time I open emacs/spacemacs, I need to press M-x and enable editorconfig-mode manually.

How can I enable editorconfig-mode by default ?

user2331095
  • 6,577
  • 8
  • 36
  • 56
  • I'm voting to close this question as off-topic because this question belongs on http://emacs.stackexchange.com/ – bignose Apr 10 '16 at 04:35

1 Answers1

12

from gitter:

Add (editorconfig-mode 1) to dotspacemacs/user-config before the closing parenthesis

user2331095
  • 6,577
  • 8
  • 36
  • 56