]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
counsel.el (counsel-expression-history): New command
[gnu-emacs-elpa] / README.md
index 572459dcab6bf8babc427d9b4d6456bf88976385..3348189f26a6b90456dba863578df654cb60d607 100644 (file)
--- 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