.emacs-my
changeset 867 2a689826c166
parent 866 b6b520b4e11e
child 868 dde03832c69f
equal deleted inserted replaced
866:b6b520b4e11e 867:2a689826c166
   406 
   406 
   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 
       
   412 (setq enable-recursive-minibuffers t)
   411 
   413 
   412 ;; Prompt before evaluating local bits of lisp.  This stops people
   414 ;; Prompt before evaluating local bits of lisp.  This stops people
   413 ;; 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!
   414 (setq enable-local-variables t
   416 (setq enable-local-variables t
   415       enable-local-eval      1)
   417       enable-local-eval      1)