]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-expression-history): enable-recursive-minibuffers
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 8 Apr 2016 16:34:19 +0000 (18:34 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 8 Apr 2016 16:34:19 +0000 (18:34 +0200)
counsel.el

index c64b10ef094d20f01bdcbf3ec04c6ba059f7977a..a2ac55c62513a0138b39b6d1f3c801f9e18086fd 100644 (file)
@@ -1873,8 +1873,9 @@ An extra action allows to switch to the process buffer."
 ;;;###autoload
 (defun counsel-expression-history ()
   (interactive)
-  (ivy-read "Expr: " (delete-dups read-expression-history)
-            :action #'insert))
+  (let ((enable-recursive-minibuffers t))
+    (ivy-read "Expr: " (delete-dups read-expression-history)
+              :action #'insert)))
 
 ;;* Misc OS
 ;;** `counsel-rhythmbox'