diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-04-02 11:42:12 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-04-02 11:42:26 -0700 |
commit | dacf8629d2f1b50e85802ae3369776f36be4bdeb (patch) | |
tree | a5f3a4e7e571e428f338ddb69c9f5d103a1f96ee /.emacs.local.d/modes/org.el | |
parent | b914d6918c88c38fa49cc5f0124dc773105778ad (diff) |
neotree
Diffstat (limited to '.emacs.local.d/modes/org.el')
-rw-r--r-- | .emacs.local.d/modes/org.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index ed51f40..7319eb5 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -30,8 +30,7 @@ ;; ORG BINDINGS ;; (global-set-key (kbd "<f12>") 'org-agenda) -(global-set-key (kbd "<f5>") 'bh/org-todo) -(global-set-key (kbd "<f8>") 'org-clock-goto) + (global-set-key (kbd "<f9> I") 'bh/punch-in) (global-set-key (kbd "<f9> O") 'bh/punch-out) |