There'll be other things to add to this now I've got a taste for it.
(setq windmove-wrap-around t)
(trap (require 'ido) (ido-mode 1)
(require 'ido-ubiquitous) (ido-ubiquitous-mode 1)
(setq windmove-wrap-around t)
(trap (require 'ido) (ido-mode 1)
(require 'ido-ubiquitous) (ido-ubiquitous-mode 1)
+ (setq ido-cr+-max-items nil
+ ido-ubiquitous-command-overrides
+ (append ido-ubiquitous-command-overrides
+ `((enable-old regexp ,(concat "\\`"
+ "gtags-find-"
+ "\\(" "tag"
+ "\\|file"
+ "\\|rtag"
+ "\\|symbol"
+ "\\)"
+ "\\(" "\\|-other-window"
+ "\\)"
+ "\\'")))))
(setq magit-completing-read-function 'magit-ido-completing-read)
(require 'smex) (smex-initialize) (global-set-key [?\M-x] 'smex))
(setq magit-completing-read-function 'magit-ido-completing-read)
(require 'smex) (smex-initialize) (global-set-key [?\M-x] 'smex))
(progn
(global-set-key [?\C-c ?\M-x] 'execute-extended-command)
(global-set-key [?\e ?\e] 'mdw-wrong)
(progn
(global-set-key [?\C-c ?\M-x] 'execute-extended-command)
(global-set-key [?\e ?\e] 'mdw-wrong)