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