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

View File

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