From 8be31167f77ace5a2660ac916c06866348b5fe5a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 15 Feb 2026 14:41:12 -0600 Subject: fix(keybindings): remove auth-cache binding from C-; A Resolves conflict with align-regexp on the same key. Auth cache reset is accessible via M-x cj/reset-auth-cache. --- modules/auth-config.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/auth-config.el b/modules/auth-config.el index 83a7e2d0..c760d71a 100644 --- a/modules/auth-config.el +++ b/modules/auth-config.el @@ -167,13 +167,7 @@ file on disk is not modified." (message "✓ oauth2-auto token cache cleared")) (message "⚠ oauth2-auto not loaded yet"))) -;; Keybindings -(with-eval-after-load 'keybindings - (keymap-set cj/custom-keymap "A" #'cj/reset-auth-cache)) - -(with-eval-after-load 'which-key - (which-key-add-key-based-replacements - "C-; A" "reset auth cache")) +;; No keybinding — use M-x cj/reset-auth-cache (provide 'auth-config) ;;; auth-config.el ends here. -- cgit v1.2.3