]> git.earman.xyz Git - emacsinit.git/commitdiff
Disable unused org bindings
authorrearman <rearman@r717.net>
Thu, 18 Sep 2025 17:50:40 +0000 (13:50 -0400)
committerrearman <rearman@r717.net>
Thu, 18 Sep 2025 17:50:40 +0000 (13:50 -0400)
Conflicting with sly

re/re-packages.el

index b707ed3937d32406b1e5d7935e3d5e5e6e6d9ae5..483d8c46f061d3d10b58ee94c7825b7000f5f982 100644 (file)
    ("C-c a" . org-agenda)
    ("C-c c" . org-capture)
    ("C-c b" . org-switchb)
-   ("S-<f6>" . re/org-show-agenda)
-   ("S-<f7>" . re/org-agenda-new-frame)
-   ("S-<f8>" . re/org-agenda-show-custom)
+   ;; ("S-<f6>" . re/org-show-agenda)
+   ;; ("S-<f7>" . re/org-agenda-new-frame)
+   ;; ("S-<f8>" . re/org-agenda-show-custom)
    :map
    org-mode-map
    ("M-<right>" . org-shiftmetaright)