From 09c1d2c37ca31e8539c0140145a19b8f46ac8b1b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 31 Jul 2018 21:01:18 +0200 Subject: [PATCH] [Org] Moving loading of hydra to more sensible place --- site-lisp/db-org.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 71fac76..b028da3 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -561,6 +561,8 @@ are equal return nil." 'org-last-args))) (nth 2 args))) +(require 'hydra) + (defhydra hydra-org-agenda-view (:hint none) " _d_: ?d? day _g_: time grid=?g? _a_: arch-trees @@ -846,10 +848,6 @@ This is done only if the value of this variable is not null." ;;; Hydra -;; XXX: this should go somewhere else, maybe `db/run-init’ - -(require 'hydra) - (defhydra hydra-org-clock (:color blue) " Current Task: %`org-clock-current-task; "