Open solussd opened 11 years ago
Is it possible to have the before-save-hook 'live-cleanup-whitespace' disabled for certain modes, e.g., markdown-mode (because trailing whitespace is significant)?
I know this is really a broader emacs/elisp question, but I'm at a loss on how to do this. It is added here: https://github.com/overtone/emacs-live/blob/master/packs/live/foundation-pack/config/built-in.el#L77
Here's a "fix": https://github.com/overtone/emacs-live/pull/120
Is it possible to have the before-save-hook 'live-cleanup-whitespace' disabled for certain modes, e.g., markdown-mode (because trailing whitespace is significant)?
I know this is really a broader emacs/elisp question, but I'm at a loss on how to do this. It is added here: https://github.com/overtone/emacs-live/blob/master/packs/live/foundation-pack/config/built-in.el#L77