master
trémeur 3 years ago
parent d21b1826fa
commit 9f242e9ca6

1
.gitignore vendored

@ -7,3 +7,4 @@ url/*
bookmarks
nohup.out
\#*
network-security.data

@ -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

Loading…
Cancel
Save