Set enable-recursive-minibuffers to t.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 28 Feb 2012 21:04:13 +0200
changeset 867 2a689826c166
parent 866 b6b520b4e11e
child 868 dde03832c69f
Set enable-recursive-minibuffers to t.
.emacs-my
--- a/.emacs-my	Mon Feb 27 21:54:51 2012 +0200
+++ b/.emacs-my	Tue Feb 28 21:04:13 2012 +0200
@@ -409,6 +409,8 @@
 (setq visible-bell t) ; With default ring-bell-function in text terminal
                       ; revert screen if press [end] or [home]
 
+(setq enable-recursive-minibuffers t)
+
 ;; Prompt before evaluating local bits of lisp.  This stops people
 ;; putting things at the end of files which delete all your files!
 (setq enable-local-variables t