Mail?
This commit is contained in:
parent
d21b1826fa
commit
9f242e9ca6
2 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ url/*
|
||||||
bookmarks
|
bookmarks
|
||||||
nohup.out
|
nohup.out
|
||||||
\#*
|
\#*
|
||||||
|
network-security.data
|
||||||
|
|
15
init.el
15
init.el
|
@ -343,6 +343,21 @@
|
||||||
(elfeed-make-tagger :before "6 months ago"
|
(elfeed-make-tagger :before "6 months ago"
|
||||||
:remove 'unread))
|
: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
|
;; Aesthetics
|
||||||
|
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue