Send As SMS

9/21/2006

spell-check keyboard shortcut in emacs

you can spell check in emacs with the command:

$ M-x ispell-buffer
however, that's not very convenient to do over and over; to create a shortcut to the spell-checker, add the following to your .emacs file:
(global-set-key "\C-c" 'ispell-buffer)
when you restart emacs, you'll find that pressing ctrl-c will instantly pull up the spellchecker.


0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home

My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://stinkpot.afraid.org:8080/tricks/ and update your bookmarks.