help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tab-bar] How to show something in the right side?


From: Eric S Fraga
Subject: Re: [tab-bar] How to show something in the right side?
Date: Mon, 28 Jun 2021 13:16:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Friday, 25 Jun 2021 at 10:22, Rodrigo Morales wrote:
> * The question
>
> Have any of you managed to insert some content in the right side of the
> tab-bar (the one that is shown when tab-bar-mode is enabled)?

I have the following:

#+begin_src emacs-lisp
  (setq display-time-day-and-date t)
  (display-time)
  (add-to-list 'tab-bar-format 'tab-bar-format-align-right t)
  (add-to-list 'tab-bar-format 'tab-bar-format-global t)
#+end_src 

which seems to automatically add the time/date display that appears in
the mode-line to the tab bar at the right.

I think that's all I had to do.

Emms track information is also meant to appear but only the first track
played does for some reason.  I have not had the (spare) time to figure
out why this is.

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4.6 on Debian bullseye/sid




reply via email to

[Prev in Thread] Current Thread [Next in Thread]