Clean up hooks

This commit is contained in:
Henrik Lissner 2015-11-01 16:10:11 -05:00
parent b984f5a406
commit 71546e6ee8

View file

@ -68,7 +68,6 @@ enable multiple minor modes for the same regexp.")
(add-hook! makefile-mode 'narf|enable-tabs) ; Use normal tabs in makefiles
(add-hook! before-save 'delete-trailing-whitespace)
(add-hook! eldoc-mode (diminish 'eldoc-mode " ?"))
;; Line wrapping
(add-hook! prog-mode 'narf|enable-comment-hard-wrap)
(add-hook! auto-fill-mode (diminish 'auto-fill-function))