Files
emacs-doom/config.el
Daneel acb38759b9 org-agenda: skip all todo keywords; disable mouse in GUI
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.
2026-02-23 13:17:40 +01:00

32 KiB