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 1732393774
Build a prototype as soon as possible.
Home
Notebook
Contact us