Skip to content

Instantly share code, notes, and snippets.

@colbell
Created August 9, 2010 05:01
Show Gist options
  • Save colbell/514962 to your computer and use it in GitHub Desktop.
Save colbell/514962 to your computer and use it in GitHub Desktop.
Some anything wonderfulness for Emacs
;; Some anything wonderfulness for Emacs
;; See http://www.emacswiki.org/emacs/Anything
(global-set-key (kbd "C-x b") 'anything-mini)
(global-set-key (kbd "C-x f") 'anything-recentf)
(global-set-key (kbd "C-x C-i") 'anything-imenu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment