From edd4ffef73e10f24b68bf6b2c03a947f91c588c3 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 31 Jul 2015 09:18:51 -0400 Subject: [PATCH] switch hydra-shortcuts to new column mode --- .emacs.d/el-get-user/init-files/init-hydra.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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)