mirror of https://codeberg.org/cage/tinmop/
-[gemini] allowed open gemini links from gemlog subscription window;
- highlighted a mit more matched characters in 'suggestion-window'.
This commit is contained in:
parent
0fea0d59b4
commit
40b39837d5
|
@ -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