doomemacs/modules/ui/evil-goggles
Henrik Lissner 94f9e43f25
Rewrite :defer semantics
: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.
2018-05-15 10:54:45 +02:00
..
autoload.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
config.el Rewrite :defer semantics 2018-05-15 10:54:45 +02:00
packages.el Refactor evil-goggles config 2017-06-07 03:57:21 +02:00
README.org Standardize module READMEs 2017-08-21 20:13:31 +02:00

:ui evil-goggles

This module uses evil goggles to displays visual hints when editing with evil.

Table of Contents   TOC

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.