diff options
Diffstat (limited to 'modules/flyspell-config.el')
| -rw-r--r-- | modules/flyspell-config.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/flyspell-config.el b/modules/flyspell-config.el index 6109eebc..ad0945c4 100644 --- a/modules/flyspell-config.el +++ b/modules/flyspell-config.el @@ -180,12 +180,5 @@ handled appropriately." (global-set-key (kbd "C-c f") 'flyspell-toggle ) -;; -------------------------------- Ispell STFU -------------------------------- -;; tell ispell where to send it's spurious error messages - -(advice-add 'ispell-lookup-words :around - (lambda (orig &rest args) - (shut-up (apply orig args)))) - (provide 'flyspell-config) ;;; flyspell-config.el ends here. |
