-
-
Notifications
You must be signed in to change notification settings - Fork 113
Undo tree
tautologyclub edited this page Oct 24, 2017
·
3 revisions
`(defhydra hydra-undo-tree (:color yellow :hint nil ) " p: undo n: redo s: save l: load " ("p" undo-tree-undo) ("n" undo-tree-redo) ("s" undo-tree-save-history) ("l" undo-tree-load-history) ("u" undo-tree-visualize "visualize" :color blue) ("q" nil "quit" :color blue))
(global-set-key (kbd "C-x u") 'hydra-undo-tree/undo-tree-undo)`
Every symmetric function pair should have its own hydra - undo/redo included.
- Binding-Styles
- Basics
- Verbosity
- Verbosity-Long-Short
- Conditional-Hydra
- defcustom
- Hydra-Colors
- internals
- Nesting-Hydras
- Prefix-map