doomemacs/modules/ui
Henrik Lissner 1c4217aa27
refactor: minor refactors & commentary revision
* lisp/doom-cli.el:
  - reference backport source commit.
  - doom-cli--restart: a type check is all we need here. This is a
    programmer error, not a user error.
* lisp/doom-editor.el (recentf): mention recentf-show-abbreviated (added in
  emacs-mirror/emacs@32906819ad)
* lisp/doom-keybinds.el (doom-init-leader-keys-h): move to
  doom-after-init-hook, in case the user customizes leader variables in
  a previous hook (like emacs-startup-hook or after-init-hook).
* lisp/doom-start.el: use eval-when! to compile out the section on
  non-macOS systems (when Doom gets around to compiling its core files,
  later).
* modules/config/literate/autoload.el (+literate-config-file): use
  file-name-concat instead of string concat. This relaxes the
  requirement that doom-user-dir end in a /; a requirement I intend to
  fully phase out.
* modules/lang/emacs-lisp/autoload.el (+emacs-lisp-non-package): remove
  empty map! macro in flycheck-emacs-lisp-check-form. The macro already
  no-ops at compile-time/in noninteractive sessions since b480ed51a3.
* modules/ui/hl-todo/config.el (hl-todo-keyword-faces): revise
  commentary for default hl-todo keywords.

Ref: emacs-mirror/emacs@32906819ad
Ref: b480ed51a3
2022-09-24 20:31:34 +02:00
..
deft revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
doom bump: :ui doom 2022-09-16 13:07:28 +02:00
doom-dashboard refactor: deprecate doom-private-dir for doom-user-dir 2022-08-14 20:43:35 +02:00
doom-quit revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
emoji refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
hl-todo refactor: minor refactors & commentary revision 2022-09-24 20:31:34 +02:00
hydra revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
indent-guides revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
ligatures refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
minimap revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
modeline bump: :ui modeline 2022-09-16 13:07:28 +02:00
nav-flash revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
neotree revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
ophints refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
popup refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
tabs refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
treemacs bump: :ui treemacs 2022-09-20 00:56:07 +02:00
unicode revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
vc-gutter nit(vc-gutter): reformat annotated comments 2022-09-06 23:41:28 +02:00
vi-tilde-fringe revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
window-select refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
workspaces refactor: deprecate doom-etc-dir for doom-data-dir 2022-08-14 20:43:35 +02:00
zen revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +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?