# HG changeset patch # User Oleksandr Gavenko # Date 1330455940 -7200 # Node ID dde03832c69f286b36288302f728c94e2e185aa4 # Parent 2a689826c166a2dc317b64df4757f17fe90abb69 Comment customising of 'enable-recursive-minibuffers' (use for example purpose). diff -r 2a689826c166 -r dde03832c69f .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!