added anything-config

This commit is contained in:
Bozhidar Batsov 2012-03-13 17:20:19 +02:00
parent fbf925cc32
commit ae95393e96
4 changed files with 17728 additions and 0 deletions

View file

@ -104,8 +104,12 @@
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-=") 'er/expand-region)
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region))
(require 'anything-config)
(global-set-key (kbd "C-x j") 'anything)
(provide 'prelude-global-keybindings)
;;; prelude-global-keybindings.el ends here