;; http://www.emacswiki.org/cgi-bin/wiki/InteractivelyDoThings (require 'ido) (ido-mode t) (global-set-key [(control tab)] 'ido-switch-buffer)