dgutov/diff-hl@2cf8b48 -> dgutov/diff-hl@a625033
ideasman42/emacs-undo-fu@0c34b67 -> ideasman42/emacs-undo-fu@0ce9ac3
jtbm37/all-the-icons-dired@816987d -> jtbm37/all-the-icons-dired@fc2dfa1
ralesi/ranger.el@af6f781 -> ralesi/ranger.el@ae9b381
yqrashawn/fd-dired@fd4c3f4 -> yqrashawn/fd-dired@001cc95
We're also transitioning from abbreviated SHA1 hashes to full ones. See
|
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
emacs/undo
Description
This module augments Emacs' built-in undo system to be more intuitive.
Maintainers
This module has no dedicated maintainers.
Module Flags
+tree
Usesundo-tree
instead ofundo-fu
, which is a little less stable, but offers branching undo history and a visualizer for navigating it.
Plugins
- undo-fu
- undo-fu-session
- undo-tree (
+tree
)
Hacks
- Both undo-fu and undo-tree have been modified to use zstd to compress undo history if it is available.
-
undo-tree only
- Text properties are stripped from undo history to shrink it.
- Undo-tree is too chatty about saving its history files. This has be "silenced". i.e. It's visible in \*Messages\*, but won't appear in your minibuffer.
-
unfo-fu only
- Doom defines
undo-fu-mode
to make it easier to add hooks/mode-local keybinds.
- Doom defines
Prerequisites
This module has no prereqisites.