|
|
|
@ -343,6 +343,21 @@
|
|
|
|
|
(elfeed-make-tagger :before "6 months ago"
|
|
|
|
|
:remove 'unread))
|
|
|
|
|
|
|
|
|
|
;; Email?
|
|
|
|
|
|
|
|
|
|
(when (islin)
|
|
|
|
|
(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
|
|
|
|
|
(load-file "~/mail.el")
|
|
|
|
|
(require 'mu4e)
|
|
|
|
|
(setq send-mail-function 'smtpmail-send-it)
|
|
|
|
|
(setq org-export-with-author 'nil)
|
|
|
|
|
(setq org-export-with-creator 'nil)
|
|
|
|
|
(setq org-export-with-date 'nil)
|
|
|
|
|
(setq org-export-with-section-numbers 'nil)
|
|
|
|
|
(setq org-export-time-stamp-file 'nil)
|
|
|
|
|
(setq org-export-with-toc 'nil)
|
|
|
|
|
(setq org-html-validation-link 'nil))
|
|
|
|
|
|
|
|
|
|
;; Aesthetics
|
|
|
|
|
|
|
|
|
|
(use-package all-the-icons
|
|
|
|
|