]> code.delx.au - gnu-emacs-elpa/blobdiff - counsel.el
Fix remapping commit c9b6e0
[gnu-emacs-elpa] / counsel.el
index 9c4dbf868a0cf50453f1ee3bf8c5049185682106..e0b421d5afe1462f570a4117b6d3fdc253f3c564 100644 (file)
@@ -1869,6 +1869,12 @@ An extra action allows to switch to the process buffer."
                 :action action
                 :require-match t
                 :caller 'counsel-ace-link))))
+;;** `counsel-expression-history'
+;;;###autoload
+(defun counsel-expression-history ()
+  (interactive)
+  (ivy-read "Expr: " (delete-dups read-expression-history)
+            :action #'insert))
 
 ;;* Misc OS
 ;;** `counsel-rhythmbox'