mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-14 22:54:02 +01:00
-[gemini] allowed open gemini links from gemlog subscription window;
- highlighted a mit more matched characters in 'suggestion-window'.
This commit is contained in:
parent
3732221858
commit
66b1207e06
@ -419,6 +419,10 @@
|
||||
|
||||
(define-key "d" #'gemlog-cancel-subscription *gemlog-subscription-keymap*)
|
||||
|
||||
(define-key "l" #'open-message-link *gemlog-subscription-keymap*)
|
||||
|
||||
|
||||
|
||||
;; tags keymap
|
||||
|
||||
(define-key "up" #'tag-go-up *tags-keymap*)
|
||||
|
@ -101,7 +101,8 @@
|
||||
(let ((columns (elt paginated-info current-page))
|
||||
(indices-matched (elt paginated-info-matched current-page))
|
||||
(matched-attributes (combine-attributes (attribute-bold)
|
||||
(attribute-underline))))
|
||||
(attribute-underline)
|
||||
(attribute-reverse))))
|
||||
(loop
|
||||
for column in columns
|
||||
for column-indices in indices-matched
|
||||
|
Loading…
Reference in New Issue
Block a user