Remove frame title

This commit is contained in:
Wojciech Kozlowski 2017-09-02 08:36:06 +01:00
parent 654f6480e9
commit 1c7c64ad15

View File

@ -151,15 +151,6 @@
(global-auto-revert-mode)
;; --------------------------------------------------------------------------
;; More useful frame title.
;; --------------------------------------------------------------------------
(setq frame-title-format
'("" invocation-name " - " (:eval (if (buffer-file-name)
(abbreviate-file-name (buffer-file-name))
"%b"))))
;; --------------------------------------------------------------------------
;; Aliases.
;; --------------------------------------------------------------------------