doomemacs/modules/ui
Henrik Lissner c07f359d64
fix(ligatures): activate prettify-symbols-mode conditionally
With +extra enabled, this module would activate `prettify-symbols-mode`
in any buffer where `prettify-symbols-alist` is non-nil, whether or not
`+ligatures-extra-alist` has an entry for the current major mode (or a
parent thereof). This behavior is poor UX, since the user may be
expecting that a empty entry for some `X-mode` in
`+ligatures-extra-alist` should mean *no` prettify-symbols-mode` at all
in `X-mode`.

With this, `+ligatures-extra-alist` is now the authority. An empty entry
for `X-mode` will result in `prettify-symbols-mode` *not* being
activated there. If that entry *isn't* empty, it will be combined only
with the global default value of `prettify-symbols-alist`, not any
pre-existing buffer-local value, to make the end result deterministic,
because some modes have their own defaults for it (like
`lisp-prettify-symbols-alist`, `js--prettify-symbols-alist`, and
`rust-prettify-symbols-alist`).

Fix: #7440
2024-09-13 23:07:14 -04:00
..
deft bump: :ui 2024-06-21 19:11:30 -04:00
doom bump: :ui doom 2024-07-16 22:33:16 -04:00
doom-dashboard docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
doom-quit refactor: minor refactors 2024-07-18 22:38:59 -04:00
emoji docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
hl-todo bump: :ui 2024-08-08 17:26:58 -04:00
indent-guides nit: minor reformatting & revision 2024-09-11 19:46:14 -04:00
ligatures fix(ligatures): activate prettify-symbols-mode conditionally 2024-09-13 23:07:14 -04:00
minimap bump: :ui 2024-08-08 17:26:58 -04:00
modeline bump: :ui 2024-08-08 17:26:58 -04:00
nav-flash refactor!(cc): remove irony and rtags 2024-09-09 16:10:19 -04:00
neotree fix(neotree): don't use all-the-icons 2024-04-01 13:16:36 -04:00
ophints refactor!(ophints): replace volatile-highlights w/ goggles 2024-06-23 15:56:18 -04:00
popup fix(popup): don't disable hide-mode-line if enabled globally 2024-08-29 02:46:21 -04:00
tabs fix(tabs): workspace-scoped buffer lists 2024-09-04 15:04:31 -04:00
treemacs bump: :ui 2024-08-08 17:26:58 -04:00
unicode bump: :ui 2024-02-04 18:58:53 -05:00
vc-gutter fix(dired,vc-gutter): don't inhibit diff-hl-dired-mode 2024-08-29 01:12:29 -04:00
vi-tilde-fringe docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
window-select docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
workspaces fix(workspaces): don't overwrite previously workspaces on save 2024-08-22 12:20:17 -04:00
zen bump: :ui 2024-02-04 18:58:53 -05:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:ui

Description

For modules concerned with changing Emacs' appearance or providing interfaces for its features, like sidebars, tabs, or fonts.

Frequently asked questions

This category has no FAQs yet. Ask one?