From 89a166d1a217c7f86fdc48c651b2cd29100ed5c4 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 30 May 2024 10:44:55 +0200 Subject: \ binding for remote local tl --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon.el') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 6eac3d8..da3ffe2 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -175,6 +175,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "P") #'mastodon-profile--show-user) (define-key map (kbd "s") #'mastodon-search--query) (define-key map (kbd "/") #'mastodon-switch-to-buffer) + (define-key map (kbd "\\") #'mastodon-tl--get-remote-local-timeline) ;; quitting mastodon (define-key map (kbd "q") #'kill-current-buffer) (define-key map (kbd "Q") #'mastodon-kill-window) -- cgit v1.2.3 From ac5684acaa2c0910350a5a79977b28dea8ddf8d7 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 31 May 2024 14:12:40 +0200 Subject: bump version --- lisp/mastodon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon.el') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index da3ffe2..a0b5bbc 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -6,7 +6,7 @@ ;; Author: Johnson Denen ;; Marty Hiatt ;; Maintainer: Marty Hiatt -;; Version: 1.0.22 +;; Version: 1.0.23 ;; Package-Requires: ((emacs "27.1") (request "0.3.0") (persist "0.4")) ;; Homepage: https://codeberg.org/martianh/mastodon.el -- cgit v1.2.3