adfca8
;;; default.el - loaded after ".emacs" on startup
adfca8
;;;
adfca8
;;; Setting `inhibit-default-init' non-nil in "~/.emacs"
adfca8
;;; prevents loading of this file.  Also the "-q" option to emacs
adfca8
;;; prevents both "~/.emacs" and this file from being loaded at startup.
adfca8
adfca8
;; default to better frame titles
adfca8
(setq-default frame-title-format (concat "%b - emacs@" (system-name)))