Files
emacs/lisp
Juri Linkov f9b737fb9d * lisp/tab-bar.el: Tab groups can be displayed with tab-bar-format-tabs-groups
* lisp/tab-bar.el (tab-bar-format): Turn defvar into defcustom.
Add :options and force-mode-line-update in :set.
(tab-bar--format-tab): New function refactored from tab-bar-format-tabs.
(tab-bar-format-tabs): Move most of code to tab-bar--format-tab and call it.
(tab-bar-tab-group-format-function): New defcustom.
(tab-bar-tab-group-format-default): New function.
(tab-bar--format-tab-group, tab-bar-format-tabs-groups): New functions.
(tab-bar-format-align-right, tab-bar-format-global): Shorten id.
(tab-bar-change-tab-group): Add refs to tab-bar-format in docstring.
2021-03-14 11:29:31 +02:00
..
2021-03-12 08:47:41 -08:00
2021-03-12 12:12:14 +01:00
2021-03-12 12:12:14 +01:00
2021-03-12 12:12:14 +01:00
2021-03-12 12:12:14 +01:00
2021-03-12 12:12:14 +01:00
2021-03-11 22:51:42 +00:00
2021-02-08 09:10:57 +01:00
2021-02-18 16:50:55 +01:00
2021-03-11 22:51:42 +00:00
2021-03-12 12:12:14 +01:00
2021-02-28 23:23:41 +01:00
2021-02-08 00:25:16 +01:00
2021-02-06 08:10:38 -08:00
2021-03-13 17:04:46 +02:00
2021-02-06 08:10:38 -08:00
2021-03-12 08:47:41 -08:00
2021-02-28 22:21:55 +01:00
2021-02-10 14:42:51 +01:00
2021-03-12 12:12:14 +01:00
2021-03-06 18:25:44 +00:00
2021-02-08 09:10:57 +01:00
2021-03-01 06:27:02 -08:00
2021-02-28 00:07:32 +01:00
2021-02-23 21:05:30 +02:00
2021-03-12 08:47:41 -08:00
2021-03-01 04:38:38 +01:00
2021-02-19 08:36:55 -08:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.