mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/hydra: lv-use-separator = t
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
(def-package! hydra
|
(def-package! hydra
|
||||||
:commands (+hydra-zoom/body +hydra-window/body defhydra)
|
:commands (+hydra-zoom/body +hydra-window/body defhydra)
|
||||||
:config
|
:config
|
||||||
|
(setq lv-use-separator t)
|
||||||
|
|
||||||
(defhydra +hydra-zoom (:hint t :color red)
|
(defhydra +hydra-zoom (:hint t :color red)
|
||||||
"zoom"
|
"zoom"
|
||||||
("j" text-scale-increase "in")
|
("j" text-scale-increase "in")
|
||||||
|
Reference in New Issue
Block a user