Add keybinding for rgrep

This commit is contained in:
Wojciech Kozlowski 2017-09-02 22:20:28 +01:00
parent 871daa612d
commit d9f3bbc66e

View File

@ -139,6 +139,9 @@
(let ((scroll-preserve-screen-position nil))
(scroll-up 1))))
;; Recursive grep.
(global-set-key (kbd "C-c g") 'rgrep)
;; Setup key-bindings for switching between themes.
(global-set-key (kbd "C-x t l") (lambda ()
(interactive)