mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
:defer now supports a hook, a cons cell with (SYMBOL . INTEGER) where SYMBOL is a hook and INTEGER is a number of idle seconds before the package is autoloaded, or just the integer (as per the default behavior of :defer). Also fixes an issue where switch-buffer-deffered packages (like smartparens) wouldn't load.
:ui evil-goggles
This module uses evil goggles
to displays visual hints when editing with evil.
Install
This module requires:
evil
(inherently tied to evil mode)
Configure
By default, evil-goggles
will be enabled by default and requires no additional configuration.