equal
deleted
inserted
replaced
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). |