mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
* Add org-agenda-priority keybindings to org config Summary: This diff adds evil-esque keybindings for the org-agenda-priority functions. These functions allow the org subtree priority to be set from the agenda view. * Correct org priority keybinds These keys were meant to be on <localleader> p, but were mistakenly bound on <localleader> s p. Also mirrors these keybinds to org-agenda-mode-map. * Use non-agenda org-priority commands Also make casing in which-key labels more consistent. Co-authored-by: Henrik Lissner <accounts@v0.io>