diff --git a/.emacs.d/el-get-user/init-files/init-hydra.el b/.emacs.d/el-get-user/init-files/init-hydra.el index 92109a9..0bfa15c 100644 --- a/.emacs.d/el-get-user/init-files/init-hydra.el +++ b/.emacs.d/el-get-user/init-files/init-hydra.el @@ -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)