switch hydra-shortcuts to new column mode
This commit is contained in:
parent
816910682a
commit
edd4ffef73
@ -34,13 +34,10 @@
|
|||||||
|
|
||||||
("q" nil))
|
("q" nil))
|
||||||
|
|
||||||
(defhydra hydra-shortcuts (:hint nil :color blue)
|
(defhydra hydra-shortcuts (:hint nil :color blue :columns 3)
|
||||||
"
|
"Shortcuts"
|
||||||
_d_: insert date
|
("d" insert-date "insert date")
|
||||||
_t_: open todo file"
|
("t" todotxt-open-file "open todotxt")
|
||||||
|
|
||||||
("d" insert-date)
|
|
||||||
("t" todotxt-open-file)
|
|
||||||
("q" nil))
|
("q" nil))
|
||||||
|
|
||||||
(defhydra hydra-avy (:hint nil :color blue)
|
(defhydra hydra-avy (:hint nil :color blue)
|
||||||
|
Loading…
Reference in New Issue
Block a user