branch: elpa/mastodon
commit fc27ed93ed38cb25511ede692a22c555c824e058
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
fix revert all changes binding string
---
lisp/mastodon-transient.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el
index dfbf9e0047..bad2974292 100644
--- a/lisp/mastodon-transient.el
+++ b/lisp/mastodon-transient.el
@@ -165,7 +165,7 @@ the format fields.X.keyname."
:choices (lambda () mastodon-iso-639-regional))]
["Update"
("C-c C-c" "Save settings" mastodon-user-settings-update)
- ("C-c C-k" :info "Revert all changes")]
+ ("C-x C-k" :info "Revert all changes")]
(interactive)
(if (or (not (boundp 'mastodon-active-user))
(not mastodon-active-user))
@@ -215,7 +215,7 @@ the format fields.X.keyname."
("4 v" "" "fields.4.value" :alist-key fields.4.value :class
mastodon-transient-field)]]
["Update"
("C-c C-c" "Save settings" mastodon-profile-fields-update)
- ("C-c C-k" :info "Revert all changes")]
+ ("C-x C-k" :info "Revert all changes")]
(interactive)
(if (not mastodon-active-user)
(user-error "User not set")
@@ -369,7 +369,7 @@ Do not add more than the server's maximum setting."
["Update"
("C-c C-c" "Save settings" ;; mastodon-transient--prefix-inspect)
mastodon-notifications-policy-update)
- ("C-c C-k" :info "Revert all changes")])
+ ("C-x C-k" :info "Revert all changes")])
(transient-define-suffix mastodon-notifications-policy-update (args)
"Update"