]> git.earman.xyz Git - emacsinit.git/commitdiff
Swap to howm-mode for f6/s-f6
authorrearman <rearman@r717.net>
Mon, 23 Feb 2026 22:10:50 +0000 (17:10 -0500)
committerrearman <rearman@r717.net>
Mon, 23 Feb 2026 22:10:50 +0000 (17:10 -0500)
Easier access on the one I'm using

re/re-packages.el

index c10b9ec99e16e0eb1d2144ce9aa63cf067da8ce1..285cfe2dc11a72964df6faac88bf4e3efbfaf66d 100644 (file)
    ("C-c a" . org-agenda)
    ("C-c c" . org-capture)
    ("C-c b" . org-switchb)
-   ("<f6>" . re/org-show-agenda)
-   ("S-<f6>" . re/org-agenda-new-frame)
-   ("<f8>" . re/org-agenda-show-custom)
-   ("S-<f8>" . re/org-agenda-custom-new-frame)
+   ;; ("<f6>" . re/org-show-agenda)
+   ;; ("S-<f6>" . re/org-agenda-new-frame)
+   ;; ("<f8>" . re/org-agenda-show-custom)
+   ;; ("S-<f8>" . re/org-agenda-custom-new-frame)
    :map
    org-mode-map
    ("M-<right>" . org-shiftmetaright)
   (add-hook 'howm-mode-hook 'howm-mode-set-buffer-name)
   :bind
   (
-   ;; ("S-<f6>" . howm-menu)
-   ;; ("S-<f8>" . re/howm-menu-new-frame)
+   ("<f6>" . howm-menu)
+   ("S-<f6>" . re/howm-menu-new-frame)
    :map howm-mode-map
    ("C-c , k" . re/howm-create-keyword)))