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 1784168908
Design for the future, because it will be here sooner than you think.
Home
Notebook
Contact us