X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/0b51e8e407488b1855c4cacae90560ccb9142a46..a9205fa41f8a77c70a2f829c95f95a49f8e817f1:/README.md diff --git a/README.md b/README.md index 572459dca..3348189f2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Ivy and Swiper wiki is here: [the wiki](https://github.com/abo-abo/swiper/wiki). (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-x l") 'counsel-locate) (global-set-key (kbd "C-S-o") 'counsel-rhythmbox) +(define-key read-expression-map (kbd "C-r") 'counsel-expression-history) ``` ## Contributing