diff options
| author | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-04-18 11:57:39 +0200 |
|---|---|---|
| committer | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-07-13 14:07:15 +0200 |
| commit | 5ccd58b40b99b598c5c0be0715274ea7ebf00e64 (patch) | |
| tree | 290cc330d5f4bb0faac27eaee96a7abe193834da /mu4e | |
| parent | 14d5b9db6ec4e875d010e60aeb557088e72156a6 (diff) | |
mu4e (ical): Update installation instructions
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-icalendar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el index 2acd057..78ef29d 100644 --- a/mu4e/mu4e-icalendar.el +++ b/mu4e/mu4e-icalendar.el @@ -3,10 +3,10 @@ ;;; Commentary: ;; To install: -;; (require 'gnus-icalendar) -;; (gnus-icalendar-setup) +;; (require 'mu4e-icalendar) +;; (mu4e-icalendar-setup) -;; to enable optional iCalendar->Org sync functionality +;; To enable optional iCalendar->Org sync functionality ;; NOTE: both the capture file and the headline(s) inside must already exist ;; (setq gnus-icalendar-org-capture-file "~/org/notes.org") ;; (setq gnus-icalendar-org-capture-headline '("Calendar")) |
