.emacs-my
changeset 1486 cf1175a9cd7b
parent 1482 d74af7d75f19
child 1488 8da1fc103e49
equal deleted inserted replaced
1485:ba6632e1f2f8 1486:cf1175a9cd7b
   657 ;; Try to speed things up, especially in VM.
   657 ;; Try to speed things up, especially in VM.
   658 (setq gc-cons-threshold 2000000)
   658 (setq gc-cons-threshold 2000000)
   659 
   659 
   660 ;; Default 'command-history' length too short (in Emacs 23.2 is 30).
   660 ;; Default 'command-history' length too short (in Emacs 23.2 is 30).
   661 (setq history-length 200)
   661 (setq history-length 200)
       
   662 (setq history-delete-duplicates t)
   662 
   663 
   663 ;; Don't beep in my headphones!
   664 ;; Don't beep in my headphones!
   664 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   665 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))
   665 (setq visible-bell t) ; With default ring-bell-function in text terminal
   666 (setq visible-bell t) ; With default ring-bell-function in text terminal
   666                       ; revert screen if press [end] or [home]
   667                       ; revert screen if press [end] or [home]