diff options
author | Raúl Benencia <id@rbenencia.name> | 2025-03-29 09:01:23 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2025-03-29 09:01:23 -0700 |
commit | 5ff798f38a2fe8214335c21b47e22f4fa6020bc4 (patch) | |
tree | 44c4f8c4defa79596f97245160b45aa856c25945 /.emacs.d/rul-lisp/packages | |
parent | fccae385b73b1a744160c8fe53978ff98144c997 (diff) |
Diffstat (limited to '.emacs.d/rul-lisp/packages')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-org.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-org.el b/.emacs.d/rul-lisp/packages/rul-org.el index d318413..885f48d 100644 --- a/.emacs.d/rul-lisp/packages/rul-org.el +++ b/.emacs.d/rul-lisp/packages/rul-org.el @@ -51,7 +51,6 @@ (global-set-key (kbd "C-c c") #'org-capture) (global-set-key (kbd "C-c s") #'org-schedule) - (global-set-key (kbd "<f9>") 'bh/punch-in) (global-set-key (kbd "<f10>") 'bh/punch-out) (global-set-key (kbd "<f11>") 'org-clock-goto) @@ -108,7 +107,6 @@ ("l" "Web Link with Selection" entry (file+headline org-refile-path "Read later") "* [[%:link][%:description]]\n %:initial\n \nCaptured On: %U") - ))) ;; REFILE ;; |