diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:46:55 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:46:55 -0700 |
commit | 45fd3c49465e5b83a5cba443c17e743f61881a66 (patch) | |
tree | 2c072243ed606669a1d5ed857efdea9b02b1ff4f | |
parent | 9c2de4ce0176cb3048f6b58f93cdae086d67ac83 (diff) |
emacs: keep F12 for compile
-rw-r--r-- | .emacs.local.d/modes/org.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index ace0a9d..7c20e3c 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -29,19 +29,14 @@ ;; ORG BINDINGS ;; -(global-set-key (kbd "<f12>") 'org-agenda) - - (global-set-key (kbd "<f9> I") 'bh/punch-in) (global-set-key (kbd "<f9> O") 'bh/punch-out) - ;; ORG STATES ;; (setq org-todo-keywords (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING")))) - (setq org-use-fast-todo-selection t) (setq org-todo-state-tags-triggers |