doomemacs/modules/ui/evil-goggles
Henrik Lissner 4984a548d1
Refactor DOOM init & add new init hooks
+ Add doom-init-hook and doom-post-init-hook to simplify Emacs init
  hooks into less ambiguous ones.
+ Attach former after-init-hook and emacs-startup-hook hooks to new doom
  init hooks.
+ Vastly improves daemon and tty support: preventing incorrect colors
  from bleeding across face class barriers, and into GUI Emacs and vice
  versa, when spawned with emacsclient.
+ Fix persp-mode breaking Emacs daemon, and ensuring that initialization
  is done properly in terminal Emacs (and emacsclient frames).
2017-06-12 00:37:14 +02:00
..
autoload.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
config.el Refactor DOOM init & add new init hooks 2017-06-12 00:37:14 +02:00
packages.el Refactor evil-goggles config 2017-06-07 03:57:21 +02:00
README.org added module ui/evil-goggles 2017-06-04 13:27:19 -04:00

: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.