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