Derive article mode from view mode
Since we are viewing an article, it seems more appropriate.
This commit is contained in:
parent
28a390e785
commit
b3bf16c58b
1 changed files with 3 additions and 4 deletions
|
@ -701,14 +701,13 @@ doesn't sort the list, so you'll have to set that up in tt-rss.
|
||||||
avandu-overview-mode-name
|
avandu-overview-mode-name
|
||||||
(avandu-new-articles-count))))
|
(avandu-new-articles-count))))
|
||||||
|
|
||||||
(define-derived-mode avandu-article-mode special-mode
|
(define-derived-mode avandu-article-mode view-mode "Avandu:Article"
|
||||||
"Avandu:Article"
|
|
||||||
"Major mode for the avandu article screen.
|
"Major mode for the avandu article screen.
|
||||||
|
|
||||||
This screen shows the contents of an article.
|
This screen shows the contents of an article.
|
||||||
|
|
||||||
\\{avandu-overview-map}
|
\\{avandu-article-mode-map}
|
||||||
\\<avandu-overview-map>")
|
\\<avandu-article-mode-map>")
|
||||||
|
|
||||||
(defsubst avandu--feed-id (alist)
|
(defsubst avandu--feed-id (alist)
|
||||||
"Get a feed_id from ALIST."
|
"Get a feed_id from ALIST."
|
||||||
|
|
Loading…
Reference in a new issue