Skip to content

Commit

Permalink
Add editorconfig to emacs config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed May 10, 2016
1 parent 9211cf0 commit 232dad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -17,6 +17,7 @@
coffee-mode
company
discover-my-major
editorconfig
elixir-mode
elm-mode
evil
Expand Down Expand Up @@ -61,6 +62,7 @@
(delete-selection-mode t)
(projectile-global-mode)
(yas-global-mode 1)
(editorconfig-mode 1)

(when (eq window-system 'mac)
(setq mac-command-modifier 'super)
Expand Down

0 comments on commit 232dad9

Please sign in to comment.