doomemacs/modules/ui
Henrik Lissner 659f7bfc71
refactor!: deprecate IS-* OS constants
BREAKING CHANGE: This deprecates the IS-(MAC|WINDOWS|LINUX|BSD) family
of global constants in favor of a native `featurep` check:

  IS-MAC      ->  (featurep :system 'macos)
  IS-WINDOWS  ->  (featurep :system 'windows)
  IS-LINUX    ->  (featurep :system 'linux)
  IS-BSD      ->  (featurep :system 'bsd)

The constants will stick around until the v3 release so folks can still
use it -- and there are still some modules that use it, but I'll phase
those uses out gradually.

Fix: #7479
2024-02-04 17:54:29 -05:00
..
deft docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
doom bump: :ui doom 2024-01-24 12:26:43 -05:00
doom-dashboard docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
doom-quit tweak(doom-quit): make quit message OS-sensitive 2023-11-23 17:55:13 -05:00
emoji docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
hl-todo bump: :ui 2023-09-20 20:23:59 +02:00
hydra docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
indent-guides tweak(indent-guides): default to bitmap in GUI 2024-01-24 12:40:05 -05:00
ligatures refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
minimap bump: :ui 2023-09-20 20:23:59 +02:00
modeline refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
nav-flash docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
neotree docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
ophints docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
popup fix(evil): obsolete evil-command-window advice 2024-02-01 02:36:16 -05:00
tabs docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
treemacs fix(treemacs): do not overwrite git mode when treemacs-python-executable is set 2023-11-23 21:19:26 -05:00
unicode refactor: doom-unicode-font -> doom-symbol-font 2023-10-07 02:33:45 +02:00
vc-gutter docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02: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): check before loading tab configuration 2023-10-05 17:46:46 +02:00
zen docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02: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?