Blob Blame History Raw
;;; default.el - loaded at startup after "~/.xemacs/init.el" by default
;;;
;;; Setting `inhibit-default-init' non-nil in "~/.xemacs/init.el"
;;; prevents loading of this file.  The "-q" option to xemacs
;;; prevents "~/.xemacs/init.el" *and* this file from being loaded
;;; at startup.

;; enable wheelmouse support by default
(when window-system
  (mwheel-install))

;; make gnus save articles be mbox format not rmail format
(defvar gnus-default-article-saver 'gnus-summary-save-in-file)

;; use terminfo by default
(defvar system-uses-terminfo t)