General cleanup
This commit is contained in:
parent
9fe64dfe5d
commit
bf8b65601b
7 changed files with 14 additions and 51 deletions
|
@ -430,7 +430,11 @@ I really only use this for DW posts, but I’m constantly surprised by how well
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(when (string-equal system-type "gnu/linux")
|
||||
(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
|
||||
(load-file "~/.emacs.d/mail.el")
|
||||
(setq mu4e-sent-folder "/Fastmail/sent"
|
||||
mu4e-drafts-folder "/Fastmail/drafts"
|
||||
smtpmail-default-smtp-server "smtp.fastmail.com"
|
||||
smtpmail-smtp-server "smtp.fastmail.com"
|
||||
smtpmail-smtp-service 587)
|
||||
(require 'mu4e)
|
||||
(setq send-mail-function 'smtpmail-send-it))
|
||||
#+END_SRC
|
||||
|
@ -802,7 +806,6 @@ Set up habit display.
|
|||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(when (string-equal system-type "gnu/linux")
|
||||
;; (setq org-refile-targets `((,(directory-files-recursively "~/Documents/drive/org/journal/" "\\.org$") :maxlevel . 1)))
|
||||
(setq org-refile-use-outline-path 'file))
|
||||
#+END_SRC
|
||||
** =paren=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue