diff --git a/.gitignore b/.gitignore index 794bc7c..ec774db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ url/* bookmarks nohup.out \#* +network-security.data diff --git a/init.el b/init.el index dca0cc6..88a6f5d 100644 --- a/init.el +++ b/init.el @@ -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