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