diff options
Diffstat (limited to 'custom/jao-custom-org.el')
| -rw-r--r-- | custom/jao-custom-org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index e73a99b..5a8306e 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -49,7 +49,8 @@ (sequence "|" "CANCELLED(x!)" "SOMEDAY(o!)" "DONE(d!)")) org-use-fast-todo-selection t org-use-speed-commands nil ;; t and then ? to see help - org-gnus-prefer-web-links nil)) + org-gnus-prefer-web-links nil) + :bind (:map org-mode-map ("<f3>" . org-shifttab))) ;;; Agenda (defun jao-org-agenda-fmt-date (date) |
