aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 6b56341..57d5bd4 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -193,11 +193,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "K") #'mastodon-profile--view-bookmarks)
(define-key map (kbd "I") #'mastodon-tl--view-filters)
(define-key map (kbd "G") #'mastodon-tl--get-follow-suggestions)
-<<<<<<< HEAD
(define-key map (kbd "X") #'mastodon-tl--view-lists)
-=======
(define-key map (kbd "@") #'mastodon-notifications--get-mentions)
->>>>>>> develop
(when (require 'lingva nil :no-error)
(define-key map (kbd "s") #'mastodon-toot--translate-toot-text))
map)