Search code examples
spacemacs

In spacemacs, how can I enable editorconfig-mode by default ?


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 ?


Solution

  • from gitter:

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