mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Add editorconfig plugin
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user