doomemacs/modules/ui/minimap
Steven vanZyl c1937397f3 Remove custom faces from module
Removed the custom faces from the module in favor of setting them in
doom-themes itself
https://github.com/hlissner/emacs-doom-themes/pull/467
2020-05-16 18:31:24 -04:00
..
config.el Remove custom faces from module 2020-05-16 18:31:24 -04:00
packages.el Minimap Module fixes 2020-05-16 18:24:45 -04:00
README.org Initial Minimap Module 2020-05-16 17:25:12 -04:00

Minimap

Description

This module adds a minimap to the right side of Emacs, similar to the feature found in many other editors.

Maintainers

Module Flags

This module provides no flags.

Plugins

Hacks

  • The colors used by the minimap are terrible so are overridden with custom-set-faces! using colors out of the current DOOM theme.

Features

A minimap which provides an overview of the current buffer to the side, displaying the currently visible region and the current line. You can left-click and drag to scroll along the buffer, or right-click anywhere to jump to there.

Configuration

There are a number of options provided by the minimap.el package this module is based on. The easiest way to see all of them is SPC h v minimap.

Troubleshooting

Scrolling is slow/laggy

Disable the minimap using SPC t m

TODO Minimap doesn't close when disabled