Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functions to neutralize/restore feebleline
Feebleline is not the only package to use extensively the echo area. visual-regexp also does and have conflicts with feebleline. Theses functions, deactivate feebleline without altering the mode state. They can patch conflicts used in hooks like : (add-hook 'vr/initialize-hook #'initialize-without-feebleline) (add-hook 'vr/end-hook #'end-with-feebleline) See benma/visual-regexp.el#60
- Loading branch information