aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-notifications.el1
-rw-r--r--lisp/mastodon.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index ae82b60..f9e2fe5 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -83,7 +83,6 @@
(define-key map (kbd "a") #'mastodon-notifications--follow-request-accept)
(define-key map (kbd "j") #'mastodon-notifications--follow-request-reject)
(define-key map (kbd "c") #'mastodon-notifications--clear-current)
- (define-key map (kbd "g") #'mastodon-notifications--get)
(keymap-canonicalize map))
"Keymap for viewing notifications.")
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 225565a..d8591e1 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -206,7 +206,6 @@ Use. e.g. \"%c\" for your locale's date and time format."
(when (require 'lingva nil :no-error)
(define-key map (kbd "s") #'mastodon-toot--translate-toot-text))
map)
-
"Keymap for `mastodon-mode'.")
(defcustom mastodon-mode-hook nil