Browse Source

Update modules

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

10
modules/email.org

@ -67,8 +67,8 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa
+ Configure mail account(s)
#+begin_src emacs-lisp
;;(use-package mu4e
;; :load-path "/usr/share/emacs/site-lisp/mu4e"
;; (use-package 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
@ -103,7 +103,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa
Create a keybinding to open the mail dashboard with =SPC m=.
#+begin_src emacs-lisp
;;(dotfiles/leader
;; (dotfiles/leader
;; "m" '(mu4e :which-key "Mail"))
#+end_src
@ -112,7 +112,7 @@ Create a keybinding to open the mail dashboard with =SPC m=.
Receive notifications for incoming mail via the *mu4e-alert*[fn:5] package.
#+begin_src emacs-lisp
;;(use-package mu4e-alert
;; (use-package mu4e-alert
;; :after mu4e
;; :custom (mu4e-alert-set-default-style 'libnotify)
;; :config (mu4e-alert-enable-notifications)

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