[prog] replacement strings

Eeva Järvinen ejarvinen at gmail.com
Tue May 25 11:23:44 UTC 2010


2010/5/25 Eeva Järvinen <ejarvinen at gmail.com>

>
> Stupid me, didn't include the info on how to do that. Here goes:
>
> (global-set-key (kbd "C-Q") 'unfill-paragraph)
>
> That line sets Ctrl+shift+q to run unfill-paragraph.
>
>

Sorry, this must be my hare-brainest day ever: the preceding code makes
Ctrl+q run the unfill-paragraph -thing, and you don't want that, as Ctrl+Q
is used for quoting control characters, which is mighty useful.  Pick some
other key. Clearly, I need coffee.


Eeva


More information about the Programming mailing list