.emacs-my
changeset 1372 cb4d1411a245
parent 1371 e1c546660149
child 1373 74a192647349
equal deleted inserted replaced
1371:e1c546660149 1372:cb4d1411a245
   592 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   592 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   593 (setq visible-bell t) ; With default ring-bell-function in text terminal
   593 (setq visible-bell t) ; With default ring-bell-function in text terminal
   594                       ; revert screen if press [end] or [home]
   594                       ; revert screen if press [end] or [home]
   595 (setq track-eol nil)
   595 (setq track-eol nil)
   596 
   596 
   597 ;; (setq enable-recursive-minibuffers t)
   597 (setq enable-recursive-minibuffers t)
   598 
   598 
   599 ;; Prompt before evaluating local bits of lisp.  This stops people
   599 ;; Prompt before evaluating local bits of lisp.  This stops people
   600 ;; putting things at the end of files which delete all your files!
   600 ;; putting things at the end of files which delete all your files!
   601 (setq enable-local-variables :safe
   601 (setq enable-local-variables :safe
   602       enable-local-eval      1)
   602       enable-local-eval      1)