1. my/org-agenda-goto-task-name: replace face-based detection with regexp-opt over org-todo-keywords. Works for all keywords (TODO, NEXT, WAIT, DONE, CANCELLED, ...), not just TODO/DONE. Added helper my/org-agenda-all-keywords. 2. Disable mouse clicks in GUI Emacs (Fix C in macOS GUI section): global-set-key [mouse-*] to #'ignore, mouse-highlight nil. Prevents accidental cursor movement when touching trackpad.
32 KiB
32 KiB