diff options
author | JSDurand <mmemmew@gmail.com> | 2021-12-10 12:03:31 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-12-10 12:03:31 +0800 |
commit | 61377b97a1731cf9d4e115c2f00065167b68feaf (patch) | |
tree | 5942524a9f01e974557647a7535a6e2ec0a8f75e /org-conf.el | |
parent | b8a41223280fd6cc0e74f40bb3ef52bdfffe7df9 (diff) |
org-conf: add a comment
Mac OS has a keyboard short cut for H-a, and I don't know how to
disable that!
Diffstat (limited to 'org-conf.el')
-rw-r--r-- | org-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org-conf.el b/org-conf.el index cec2d41..2301733 100644 --- a/org-conf.el +++ b/org-conf.el @@ -48,6 +48,8 @@ ;;; Keys +;; Mac OS has a keyboard short cut for H-a, and I don't know how to +;; disable that! (define-key global-map (vector ?\H-a) #'org-agenda) (define-key global-map (vector 3 97) #'org-agenda) (define-key global-map (vector 3 99) #'org-capture) |