switch hydra-shortcuts to new column mode

This commit is contained in:
Adam Goldsmith 2015-07-31 09:18:51 -04:00
parent 816910682a
commit edd4ffef73
1 changed files with 4 additions and 7 deletions

View File

@ -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)