mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Use more informative frame title
This commit is contained in:
@@ -485,7 +485,7 @@ character that looks like a space that `whitespace-mode' won't affect.")
|
||||
;; auto-enabled in Emacs 25+; I'll do it myself
|
||||
(global-eldoc-mode -1)
|
||||
;; simple name in frame title
|
||||
(setq-default frame-title-format '("DOOM Emacs"))
|
||||
(setq frame-title-format '((:eval (abbreviate-file-name buffer-file-name)) " – " "Doom Emacs"))
|
||||
;; make `next-buffer', `other-buffer', etc. ignore unreal buffers
|
||||
(push '(buffer-predicate . doom-buffer-frame-predicate) default-frame-alist)
|
||||
;; draw me like one of your French editors
|
||||
|
Reference in New Issue
Block a user