EnigmaCurry / emacs

My GNU Emacs configuration

emacs / ryan-flyspell.el
100644 6 lines (4 sloc) 0.217 kb
1
2
3
4
5
6
;; When turning on flyspell-mode, automatically check the entire buffer.
;; Why this isn't the default baffles me.
(defadvice flyspell-mode (after advice-flyspell-check-buffer-on-start activate)
  (flyspell-buffer))