-
-
Notifications
You must be signed in to change notification settings - Fork 113
fold dwim
aplaice edited this page Jun 30, 2018
·
2 revisions
This is a simple Hydra for fold-dwim.
(defhydra hydra-fold (:pre (hs-minor-mode 1))
"fold"
("t" fold-dwim-toggle "toggle")
("h" fold-dwim-hide-all "hide-all")
("s" fold-dwim-show-all "show-all")
("q" nil "quit"))
- Binding-Styles
- Basics
- Verbosity
- Verbosity-Long-Short
- Conditional-Hydra
- defcustom
- Hydra-Colors
- internals
- Nesting-Hydras
- Prefix-map