aboutsummaryrefslogtreecommitdiff
path: root/modules/auth-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-15 14:41:12 -0600
committerCraig Jennings <c@cjennings.net>2026-02-15 14:41:12 -0600
commitbeabe9c5cc29b0944c15b7ef6fdaabc752ef98fc (patch)
tree3284c508c92ea790c6fbeb435abb09a1a8aab9d2 /modules/auth-config.el
parenta81e6a2dfe4803ff5bf7e432ff8395a15d4a204c (diff)
downloaddotemacs-beabe9c5cc29b0944c15b7ef6fdaabc752ef98fc.tar.gz
dotemacs-beabe9c5cc29b0944c15b7ef6fdaabc752ef98fc.zip
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.
Diffstat (limited to 'modules/auth-config.el')
-rw-r--r--modules/auth-config.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el
index 83a7e2d03..c760d71a2 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.