Comment customising of 'enable-recursive-minibuffers' (use for example purpose).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 28 Feb 2012 21:05:40 +0200
changeset 868 dde03832c69f
parent 867 2a689826c166
child 869 842f7cd10ef8
Comment customising of 'enable-recursive-minibuffers' (use for example purpose).
.emacs-my
--- a/.emacs-my	Tue Feb 28 21:04:13 2012 +0200
+++ b/.emacs-my	Tue Feb 28 21:05:40 2012 +0200
@@ -409,7 +409,7 @@
 (setq visible-bell t) ; With default ring-bell-function in text terminal
                       ; revert screen if press [end] or [home]
 
-(setq enable-recursive-minibuffers t)
+;; (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!