Add editorconfig plugin
This commit is contained in:
parent
4e8837c4c5
commit
926544227f
2 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue