diff options
author | Juri Linkov <juri@linkov.net> | 2019-10-13 23:56:17 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-10-13 23:56:17 +0300 |
commit | 097a03d2a372c1285696779c7051d5b044d437f5 (patch) | |
tree | 9459b1614ab3e2856d4b794eca8fb84a30414972 /doc/emacs/xresources.texi | |
parent | 21f2922b8436f67a8519339593cde69083d215c1 (diff) | |
download | emacs-097a03d2a372c1285696779c7051d5b044d437f5.tar.gz |
Enable tab-bar-mode from X resources
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".
* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
Diffstat (limited to 'doc/emacs/xresources.texi')
-rw-r--r-- | doc/emacs/xresources.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index d8b70ef9009..e349d40333f 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi @@ -319,6 +319,11 @@ Name to display in the title bar of the initial Emacs frame. If the value of this resource is @samp{off} or @samp{false} or @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). +@item @code{tabBar} (class @code{TabBar}) +@cindex tab bar +If the value of this resource is @samp{on} or @samp{yes} or +@samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). + @item @code{useXIM} (class @code{UseXIM}) @cindex XIM @cindex X input methods |