mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
Set mode-line-frame-identification
to remove frame name from mode-line instead of mode-line-buffer-identification.
This commit is contained in:
parent
a360be793e
commit
f182c531a2
@ -635,7 +635,7 @@ This is in addition to the primary selection.")
|
||||
(setq split-window-keep-point t)
|
||||
|
||||
;; Don't show the frame name; that's redundant.
|
||||
(setq-default mode-line-buffer-identification '("Emacs: %12b"))
|
||||
(setq-default mode-line-frame-identification " ")
|
||||
|
||||
;;; Set to a system sound if you want a fancy bell.
|
||||
(set-message-beep 'ok)
|
||||
|
Loading…
Reference in New Issue
Block a user