Compare commits
2 commits
00e010b41d
...
4ab9d3c4b3
Author | SHA1 | Date | |
---|---|---|---|
4ab9d3c4b3 | |||
49d2ef7443 |
2 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0412.115324
|
||||
;; Version: 2023.0529.163644
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -111,7 +111,8 @@
|
|||
(elfeed-make-tagger :feed-url (rx "planet.emacslife.com")
|
||||
:entry-title (rx bos (or "Irreal"
|
||||
(seq "Sacha" whitespace "Chua")
|
||||
"Andrea")
|
||||
"Andrea"
|
||||
(seq "Mickey" whitespace "Petersen"))
|
||||
":")
|
||||
:remove 'unread)
|
||||
"Tagger for elfeed that marks certain posts as read for Emacslife.")
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0530.173941
|
||||
;; Version: 2023.0530.174013
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -513,8 +513,8 @@ also move point to the start of the heading."
|
|||
(add-hook 'org-mode-hook 'flyspell-mode)
|
||||
(add-hook 'org-mode-hook 'olivetti-mode)
|
||||
(add-hook 'org-mode-hook 'org-indent-mode)
|
||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||
(add-hook 'org-mode-hook 'org-pretty-table-mode)
|
||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||
(add-hook 'org-mode-hook 'yas-minor-mode)
|
||||
|
||||
(org-edna-mode)
|
||||
|
|
Loading…
Reference in a new issue