.emacs-my
changeset 868 dde03832c69f
parent 867 2a689826c166
child 869 842f7cd10ef8
equal deleted inserted replaced
867:2a689826c166 868:dde03832c69f
   407 ;; Don't beep in my headphones!
   407 ;; Don't beep in my headphones!
   408 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   408 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   409 (setq visible-bell t) ; With default ring-bell-function in text terminal
   409 (setq visible-bell t) ; With default ring-bell-function in text terminal
   410                       ; revert screen if press [end] or [home]
   410                       ; revert screen if press [end] or [home]
   411 
   411 
   412 (setq enable-recursive-minibuffers t)
   412 ;; (setq enable-recursive-minibuffers t)
   413 
   413 
   414 ;; Prompt before evaluating local bits of lisp.  This stops people
   414 ;; Prompt before evaluating local bits of lisp.  This stops people
   415 ;; putting things at the end of files which delete all your files!
   415 ;; putting things at the end of files which delete all your files!
   416 (setq enable-local-variables t
   416 (setq enable-local-variables t
   417       enable-local-eval      1)
   417       enable-local-eval      1)