diff options
Diffstat (limited to 'jeschli/2configs/emacs-org-agenda.nix')
-rw-r--r-- | jeschli/2configs/emacs-org-agenda.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jeschli/2configs/emacs-org-agenda.nix b/jeschli/2configs/emacs-org-agenda.nix index d2432f570..437abe8d4 100644 --- a/jeschli/2configs/emacs-org-agenda.nix +++ b/jeschli/2configs/emacs-org-agenda.nix @@ -28,7 +28,6 @@ let ;; Custom Key Bindings (global-set-key (kbd "<f12>") 'org-agenda) -(global-set-key (kbd "<f5>") 'bh/org-todo) (global-set-key (kbd "<S-f5>") 'bh/widen) (global-set-key (kbd "<f7>") 'bh/set-truncate-lines) (global-set-key (kbd "<f8>") 'org-cycle-agenda-files) @@ -1321,8 +1320,6 @@ Skip project and sub-project tasks, habits, and loose non-project tasks." (define-abbrev org-mode-abbrev-table "selisp" "" 'skel-org-block-elisp) -(global-set-key (kbd "<f5>") 'bh/org-todo) - (defun bh/org-todo (arg) (interactive "p") (if (equal arg 4) |