diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/auth-config.el | 8 |
1 files changed, 1 insertions, 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. |
