.emacs-my
changeset 642 6d35f95afe08
parent 641 712eec51428a
child 643 bfb236f0ef44
equal deleted inserted replaced
641:712eec51428a 642:6d35f95afe08
   255 
   255 
   256 ;;; ----------------------------------------------------------------
   256 ;;; ----------------------------------------------------------------
   257 (message "standart/general settings")
   257 (message "standart/general settings")
   258 
   258 
   259 (when (boundp 'confirm-kill-emacs)
   259 (when (boundp 'confirm-kill-emacs)
   260   (setq confirm-kill-emacs 'yes-or-no-p))
   260   (setq confirm-kill-emacs 'y-or-n-p))
   261 
   261 
   262 ;; Try to speed things up, especially in VM.
   262 ;; Try to speed things up, especially in VM.
   263 (setq gc-cons-threshold 2000000)
   263 (setq gc-cons-threshold 2000000)
   264 
   264 
   265 ;; Default 'command-history' length too short (in Emacs 23.2 is 30).
   265 ;; Default 'command-history' length too short (in Emacs 23.2 is 30).