mu4e (ical): Update installation instructions

This commit is contained in:
Christophe Troestler 2019-04-18 11:57:39 +02:00
parent 14d5b9db6e
commit 5ccd58b40b
1 changed files with 3 additions and 3 deletions

View File

@ -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"))