From 01ff69a615e476ac9b215e8b85d1ba68206d3761 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 6 Feb 2025 10:03:08 -0800 Subject: emacs: key bindings for org --- .emacs.d/rul-lisp/packages/rul-org.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d/rul-lisp/packages/rul-org.el') diff --git a/.emacs.d/rul-lisp/packages/rul-org.el b/.emacs.d/rul-lisp/packages/rul-org.el index 6d71068..9439b86 100644 --- a/.emacs.d/rul-lisp/packages/rul-org.el +++ b/.emacs.d/rul-lisp/packages/rul-org.el @@ -51,6 +51,12 @@ (global-set-key (kbd "C-c c") #'org-capture) (global-set-key (kbd "C-c s") #'org-schedule) + +(global-set-key (kbd "") 'bh/punch-in) +(global-set-key (kbd "") 'bh/punch-out) +(global-set-key (kbd "") 'org-clock-goto) +(global-set-key (kbd "") 'org-agenda) + ;; ORG STATES ;; (setq org-todo-keywords (quote ((sequence "TODO(t)" "MAYBE(m)" "NEXT(n)" "|" "DONE(d)") -- cgit v1.2.3