1
0
Fork 0

Compare commits

..

No commits in common. "4ab9d3c4b3c7ff057b68cc45e39730a406a37612" and "00e010b41dc10b650103e8e4d56f1a97a8d982d9" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2023.0529.163644 ;; Version: 2023.0412.115324
;; Package-Requires: (elfeed olivetti) ;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -111,8 +111,7 @@
(elfeed-make-tagger :feed-url (rx "planet.emacslife.com") (elfeed-make-tagger :feed-url (rx "planet.emacslife.com")
:entry-title (rx bos (or "Irreal" :entry-title (rx bos (or "Irreal"
(seq "Sacha" whitespace "Chua") (seq "Sacha" whitespace "Chua")
"Andrea" "Andrea")
(seq "Mickey" whitespace "Petersen"))
":") ":")
:remove 'unread) :remove 'unread)
"Tagger for elfeed that marks certain posts as read for Emacslife.") "Tagger for elfeed that marks certain posts as read for Emacslife.")

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2023.0530.174013 ;; Version: 2023.0530.173941
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table) ;; 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 ;; 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 'flyspell-mode)
(add-hook 'org-mode-hook 'olivetti-mode) (add-hook 'org-mode-hook 'olivetti-mode)
(add-hook 'org-mode-hook 'org-indent-mode) (add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'org-pretty-table-mode)
(add-hook 'org-mode-hook 'visual-line-mode) (add-hook 'org-mode-hook 'visual-line-mode)
(add-hook 'org-mode-hook 'org-pretty-table-mode)
(add-hook 'org-mode-hook 'yas-minor-mode) (add-hook 'org-mode-hook 'yas-minor-mode)
(org-edna-mode) (org-edna-mode)