cvsdist 6839ea
;;; default.el - loaded after ".emacs" on startup
cvsdist 6839ea
;;;
cvsdist 6839ea
;;; Setting `inhibit-default-init' non-nil in "~/.emacs"
cvsdist 6839ea
;;; prevents loading of this file.  Also the "-q" option to emacs
cvsdist 6839ea
;;; prevents both "~/.emacs" and this file from being loaded at startup.
cvsdist 6839ea
cvsdist 6839ea
;; always end a file with a newline
cvsdist 3339b7
(setq require-final-newline 'query)
cvsdist 6839ea
cvsdist 6839ea
(when window-system
cvsdist 6839ea
  ;; enable wheelmouse support by default
cvsdist 0f5a61
  (mwheel-install)
cvsdist 0f5a61
  ;; make switching frames works properly under the default click-to-focus
Jens Petersen b489fb
  (setq focus-follows-mouse nil))
cvsdist 3339b7
cvsdist 3339b7
(auto-compression-mode t)