Skip to navigation
How to turn a on the fly spell check on in emacs?
07.12.13
add this function to the .emacs file: (defun david-r-turn-on-text-stuff () (flyspell-mode 1) (abbrev-mode 1)) (add-hook 'text-mode-hook 'david-r-turn-on-text-stuff)
Reply
Anonymous
How to turn a on the fly spell check on in emacs?
add this function to the .emacs file: (defun david-r-turn-on-text-stuff () (flyspell-mode 1) (abbrev-mode 1)) (add-hook 'text-mode-hook 'david-r-turn-on-text-stuff)
07.12.13
Reply
Anonymous
Information Epoch 1735844482
The sum of the parts if greater than the whole.
Home
Notebook
Contact us