mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4819: auto-update xterm title
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
;;; os/tty/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Keep window title up-to-date; should fail gracefully in non-xterm terminals.
|
||||
;; Only works in Emacs 27+.
|
||||
(setq xterm-set-window-title t)
|
||||
|
||||
;; Some terminals offer two different cursors: a "visible" static cursor and a
|
||||
;; "very visible" blinking one. By default, Emacs uses the very visible cursor
|
||||
;; and will switch back to it when Emacs is started or resumed. A nil
|
||||
|
Reference in New Issue
Block a user