Making emacs ignore case in tab-completion

TorgoX on 2005-11-17T03:20:16

Dear Log,

Today's bit of emacs fun:

(setq completion-ignore-case 't)

I had to google and root around for quite a while before I found that.