display user login, host name and buffer name in the frame title
This commit is contained in:
parent
f855adf7cb
commit
539d055e73
1
init.el
1
init.el
@ -958,6 +958,7 @@ inserted between the braces between the braces."
|
|||||||
;;; Minimalistic look
|
;;; Minimalistic look
|
||||||
|
|
||||||
(setq inhibit-startup-screen t
|
(setq inhibit-startup-screen t
|
||||||
|
frame-title-format (list "[" user-login-name "@" (system-name) "] %b")
|
||||||
ediff-window-setup-function #'ediff-setup-windows-plain)
|
ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||||
(set-scroll-bar-mode 'right)
|
(set-scroll-bar-mode 'right)
|
||||||
(menu-bar-mode 0)
|
(menu-bar-mode 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user