move setting frame-title-format from dotemacs.el to default.el
This commit is contained in:
parent
445eba96ac
commit
af57368ed1
@ -11,6 +11,9 @@
|
||||
;; enable wheelmouse support by default
|
||||
(mwheel-install)
|
||||
;; make switching frames works properly under the default click-to-focus
|
||||
(setq focus-follows-mouse nil))
|
||||
(setq focus-follows-mouse nil)
|
||||
;; default to better frame titles
|
||||
(setq frame-title-format
|
||||
(concat "%b - emacs@" system-name)))
|
||||
|
||||
(auto-compression-mode t)
|
||||
|
@ -8,7 +8,3 @@
|
||||
|
||||
;; enable visual feedback on selections
|
||||
;(setq transient-mark-mode t)
|
||||
|
||||
;; default to better frame titles
|
||||
(setq frame-title-format
|
||||
(concat "%b - emacs@" system-name))
|
||||
|
Loading…
Reference in New Issue
Block a user