[Libreoffice] A couple of emacs useful setting/command

Norbert Thiebaud nthiebaud at gmail.com
Sun Oct 10 03:11:03 PDT 2010


On the subject of editor settings to help maintain a nice looking code base:

adding the following in your .emacs will make these nasty trailing
spaces very visible

(setq-default show-trailing-whitespace t)

and I also have

(global-set-key [f11] 'delete-trailing-whitespace)

to squash them all with one keystroke...

to get rid of 'tabs', select the region you want to 'clean' and M-x untabify



Norbert


More information about the LibreOffice mailing list