Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

spacemacs

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 ?

like image 899
user2331095 Avatar asked Mar 16 '16 02:03

user2331095


1 Answers

from gitter:

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

like image 188
user2331095 Avatar answered Oct 20 '22 14:10

user2331095