Calling this pivotal macro "def-package!" has frequently been a source of confusion. It is a thin wrapper around use-package, and it should be obvious that it is so. For this reason, and to match the naming convention used with other convenience macros/wrappers, it is now use-package!. Also changes def-package-hook! -> use-package-hook! The old macros are now marked obsolete and will be removed when straight integration is merged. |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
packages.el | ||
README.org |
ui/nav-flash
Table of Contents TOC
Description
This module flashes the line around the cursor after any significant motion, to make it easy to follow after big operations.
Tremendously helpful on large, 1600p+ or 4K displays.
Plugins
Prerequisites
This module has no dependencies.
Configuration
By default, nav-flash
will be triggered whenever recenter
is called or an
entry is added to the jump-list (maanaged by better-jumper).
recenter
is called after many hooks and commands, such as:
- better-jumper-post-jump-hook
- rtags-after-find-file-hook
- org-follow-link-hook
- imenu-after-jump-hook
- counsel-grep-post-action-hook
- dumb-jump-after-jump-hook