Browse Source

Update modules

main
parent
commit
0dd0462d41
  1. 4
      modules/email.org
  2. 1
      modules/writing.org

4
modules/email.org

@ -68,7 +68,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa
#+begin_src emacs-lisp
;; (use-package mu4e
;; :load-path "/usr/share/emacs/site-lisp/mu4e"
;; :load-path "/usr/share/emacs/site-lisp/mu4e")
;; :custom (mu4e-maildir "~/.cache/mail")
;; (mu4e-update-interval (* 5 60))
;; (mu4e-get-mail-command "mbsync -a")
@ -95,7 +95,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa
;; (user-mail-address . "chris@chrishayward.xyz")
;; (smtpmail-smtp-server . "mail.chrishayward.xyz")
;; (smtpmail-smtp-service . 587)
;; (smtpmail-stream-type . starttls))))))
;; (smtpmail-stream-type . starttls)))))
#+end_src
** Keybinding

1
modules/writing.org

@ -176,6 +176,7 @@ More capture templates for *Org roam*[fn:4] are defined here in the context of s
#+begin_src emacs-lisp
(setq org-agenda-files '("~/.emacs.d/"
"~/.emacs.d/docs/"
"~/.emacs.d/docs/courses/"
"~/.emacs.d/docs/daily/"
"~/.emacs.d/docs/notes/"
"~/.emacs.d/docs/posts/"

Loading…
Cancel
Save