.emacs-my
changeset 880 995e7f89c52d
parent 879 a14d684e34f7
child 881 10910d09430c
equal deleted inserted replaced
879:a14d684e34f7 880:995e7f89c52d
   407 
   407 
   408 ;; Don't beep in my headphones!
   408 ;; Don't beep in my headphones!
   409 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   409 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   410 (setq visible-bell t) ; With default ring-bell-function in text terminal
   410 (setq visible-bell t) ; With default ring-bell-function in text terminal
   411                       ; revert screen if press [end] or [home]
   411                       ; revert screen if press [end] or [home]
       
   412 (setq track-eol nil)
   412 
   413 
   413 ;; (setq enable-recursive-minibuffers t)
   414 ;; (setq enable-recursive-minibuffers t)
   414 
   415 
   415 ;; Prompt before evaluating local bits of lisp.  This stops people
   416 ;; Prompt before evaluating local bits of lisp.  This stops people
   416 ;; putting things at the end of files which delete all your files!
   417 ;; putting things at the end of files which delete all your files!