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 1a2924
(defvar require-final-newline 'query)
cvsdist 1a2924
cvsdist 1a2924
;; stop at the end of the file, not just add lines
cvsdist 1a2924
(defvar next-line-add-newlines nil)
cvsdist 1a2924
cvsdist 1a2924
(when window-system
cvsdist 1a2924
  ;; enable wheelmouse support by default
cvsdist 1a2924
  (mwheel-install))