Add editorconfig plugin

This commit is contained in:
Henrik Lissner 2015-12-27 02:50:44 -05:00
parent 4e8837c4c5
commit 926544227f
2 changed files with 4 additions and 2 deletions

View file

@ -71,8 +71,6 @@ enable multiple minor modes for the same regexp.")
(associate! nxml-mode :match "\\.plist$")
(add-hook! help-mode 'visual-line-mode)
(add-hook! makefile-mode 'narf|enable-tabs) ; Use normal tabs in makefiles
(add-hook! prog-mode 'narf|enable-comment-hard-wrap)
(add-hook! special-mode (setq truncate-lines nil))
(add-hook! before-save 'delete-trailing-whitespace)
(add-hook! python-mode 'electric-indent-local-mode)
@ -135,6 +133,9 @@ enable multiple minor modes for the same regexp.")
aw-scope 'frame
aw-background t))
(use-package editorconfig
:config (editorconfig-mode +1))
(use-package emr
:commands (emr-initialize emr-show-refactor-menu emr-declare-command)
:config (define-key popup-menu-keymap [escape] 'keyboard-quit))