mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 04:11:41 -08:00
Also adds doom|disable-delete-trailing-whitespace hook, which can be used to disable this behavior on a per-buffer basis. If you want to turn off this global behavior: (remove-hook 'write-file-functions #'delete-trailing-whitespace) |
||
|---|---|---|
| .. | ||
| buffers.el | ||
| cache.el | ||
| debug.el | ||
| editor.el | ||
| files.el | ||
| help.el | ||
| hydras.el | ||
| line-numbers.el | ||
| menu.el | ||
| message.el | ||
| packages.el | ||
| projects.el | ||
| scratch.el | ||
| ui.el | ||