move setting frame-title-format from dotemacs.el to default.el
This commit is contained in:
parent
6a53a29555
commit
fb8e0c09cc
@ -11,6 +11,9 @@
|
|||||||
;; enable wheelmouse support by default
|
;; enable wheelmouse support by default
|
||||||
(mwheel-install)
|
(mwheel-install)
|
||||||
;; make switching frames works properly under the default click-to-focus
|
;; 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)
|
(auto-compression-mode t)
|
||||||
|
@ -8,7 +8,3 @@
|
|||||||
|
|
||||||
;; enable visual feedback on selections
|
;; enable visual feedback on selections
|
||||||
;(setq transient-mark-mode t)
|
;(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