mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Wrapping in special-mode buffers
This commit is contained in:
@ -75,6 +75,7 @@ enable multiple minor modes for the same regexp.")
|
||||
(add-hook! eldoc-mode (diminish 'eldoc-mode " ?"))
|
||||
(add-hook! prog-mode 'narf|enable-comment-hard-wrap)
|
||||
(add-hook! auto-fill-mode (diminish 'auto-fill-function))
|
||||
(add-hook! special-mode (setq truncate-lines nil))
|
||||
|
||||
(defadvice delete-trailing-whitespace
|
||||
(around delete-trailing-whitespace-ignore-line activate)
|
||||
|
Reference in New Issue
Block a user