summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org
index a7d780a..0281ea8 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2135,9 +2135,7 @@ The separate functions are needed so they can be used in the hydra.
(defun rrix/clock-in-lunch-task ()
(interactive)
- (bh/clock-in-task-by-id fpi/lunch-task)
- (org-clock-goto)
- (org-add-note))
+ (bh/clock-in-task-by-id fpi/lunch-task))
(defun rrix/clock-in-break-task ()
(interactive)
(bh/clock-in-task-by-id fpi/break-task)