Compare commits
3 Commits
5178d039f4
...
83421c072a
| Author | SHA1 | Date | |
|---|---|---|---|
| 83421c072a | |||
| 0a76969a95 | |||
| 940c4b04a8 |
3
init.el
3
init.el
@ -1871,7 +1871,8 @@
|
|||||||
;; Automatically scan for new news
|
;; Automatically scan for new news
|
||||||
(gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5)
|
(gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5)
|
||||||
|
|
||||||
(add-hook 'gnus-started-hook #'gnus-demon-init)
|
;; Automatically expire groups on idle
|
||||||
|
(gnus-demon-add-handler 'gnus-group-expire-all-groups 10 5)
|
||||||
|
|
||||||
;; Visit group under point and immediately close it; this updates
|
;; Visit group under point and immediately close it; this updates
|
||||||
;; gnus’ registry as a side-effect
|
;; gnus’ registry as a side-effect
|
||||||
|
|||||||
@ -460,7 +460,8 @@ Does not replace CRLF with CRCRLF, and so on."
|
|||||||
(interactive "f")
|
(interactive "f")
|
||||||
(unless (file-readable-p file)
|
(unless (file-readable-p file)
|
||||||
(user-error "Cannot read file: %s" file))
|
(user-error "Cannot read file: %s" file))
|
||||||
(shr-render-buffer (find-file-noselect file)))
|
(shr-render-buffer (find-file-noselect file))
|
||||||
|
(delete-trailing-whitespace))
|
||||||
|
|
||||||
|
|
||||||
;; Base45 Decoding
|
;; Base45 Decoding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user