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