1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- added a new command 'delete-notifications';

- retrofitted 'add-metadata-to-parsed-gemini-lines' into the main gemini parser;
- fixed json generation of parsed lines in 'gemini-stream-info'.
This commit is contained in:
cage
2023-01-01 11:11:40 +01:00
parent f1df366cba
commit 59a9b69605
8 changed files with 190 additions and 118 deletions

View File

@@ -378,6 +378,8 @@
(define-key "M" #'print-mentions *thread-keymap*)
(define-key "N d" #'delete-notifications *thread-keymap*)
;; message window keymap
(define-key "up" #'message-scroll-up *message-keymap*)