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 1741830771
Solving the next 5% probably costs more than the previous 90%.
Home
Notebook
Contact us