doomemacs/modules/ui
Troy Brown 5eb006f455 tweak(goggles): disable non-evil goggles delete-region hinting
This makes non-evil goggles consistent with the `evil-goggles-enable-delete`
setting.  Additionally, having `delete-region` hinting enabled is a nuisance
for commands which utilize `delete-region` internally.  For example, pressing
`RET` on an indented empty line will cause pulsing.  This happens because
`newline-and-indent` will remove the empty line's indentation (using
`delete-horizontal-space` which ends up using `delete-region`) before inserting
a newline and indenting that line.
2026-04-12 23:12:10 -04:00
..
dashboard revert: refactor(dashboard): reduce work on init 2026-04-05 18:02:53 -04:00
deft docs: update doomemacs repo urls 2026-03-05 22:48:55 -05:00
doom bump: :ui 2026-04-02 21:22:18 -04:00
doom-dashboard fix(dashboard): repeated risky-local-var prompts 2026-03-19 23:33:47 -04:00
doom-quit feat: add .doommodule files 2024-09-14 20:47:39 -04:00
emoji feat: add .doommodule files 2024-09-14 20:47:39 -04:00
hl-todo fix(hl-todo): enable in more modes 2026-04-02 07:36:40 -04:00
indent-guides refactor(indent-guides): use frame-parent 2026-03-21 00:21:30 -04:00
ligatures fix: s/3.0.0-pre/2.1.0/ in deprecation warnings 2026-04-01 23:52:01 -04:00
minimap docs(minimap): update & expand 2025-11-04 21:45:57 -05:00
modeline bump: :ui 2026-04-02 21:22:18 -04:00
nav-flash nit: revise TODO/FIXME/HACK/REVIEW/etc in comments 2026-03-02 19:45:09 -05:00
neotree refactor: s/when-let/when-let*/ 2026-03-09 03:28:06 -04:00
ophints tweak(goggles): disable non-evil goggles delete-region hinting 2026-04-12 23:12:10 -04:00
popup tweak(popup): cancel compilation process if closed 2026-03-21 04:05:47 -04:00
smooth-scroll bump: :ui :tools :editor 2026-03-26 20:03:36 -04:00
tabs module: add :ui dashboard 2026-03-09 00:18:01 -04:00
treemacs refactor(treemacs): general reformat and revise 2026-03-26 18:47:01 -04:00
unicode bump: :ui 2026-02-10 18:15:24 -05:00
vc-gutter bump: :ui 2026-04-02 21:22:18 -04:00
vi-tilde-fringe feat: add .doommodule files 2024-09-14 20:47:39 -04:00
window-select bump: :ui 2026-03-20 02:25:20 -04:00
workspaces fix(workspaces): freeze persp-mode 2026-04-03 17:01:22 -04:00
zen refactor(zen): remove unused variable 2026-03-25 05:30:53 -04:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04: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?