comparison .elisp/settings/10.require.el @ 236:3e1ec121efaf

emacs: use smex as a replacement for execute-extended-command
author Augie Fackler <durin42@gmail.com>
date Sat, 18 Dec 2010 10:39:18 -0600
parents e4842709368a
children 14f08dbdba1b
comparison
equal deleted inserted replaced
235:678ed4e870f1 236:3e1ec121efaf
1 ;; Better buffer switching and file loading (load first in case we need the 1 ;; Better buffer switching and file loading (load first in case we need the
2 ;; * Messages * buffer) 2 ;; * Messages * buffer)
3 (require 'ido) 3 (require 'ido)
4 (setq ido-enable-flex-matching t) 4 (setq ido-enable-flex-matching t)
5 (ido-mode t) 5 (ido-mode t)
6
7 (smex-initialize)
6 8
7 ;; Python 9 ;; Python
8 (require 'python-mode) 10 (require 'python-mode)
9 (require 'ipython) 11 (require 'ipython)
10 12