Fix enabling icalendar integration
This commit is contained in:
parent
7e9d89b657
commit
eb358c7ba3
|
@ -168,12 +168,6 @@
|
||||||
(window-height . 0.2)
|
(window-height . 0.2)
|
||||||
(window-parameters . ((no-delete-other-windows . t))))))
|
(window-parameters . ((no-delete-other-windows . t))))))
|
||||||
|
|
||||||
(use-package gnus-icalendar
|
|
||||||
:after (calendar mu4e org-agenda)
|
|
||||||
:functions (gnus-icalendar-setup)
|
|
||||||
:config
|
|
||||||
(gnus-icalendar-setup))
|
|
||||||
|
|
||||||
(use-package khalel
|
(use-package khalel
|
||||||
:after (org-agenda)
|
:after (org-agenda)
|
||||||
:commands (khalel-run-vdirsyncer khalel-import-events khalel-add-capture-template)
|
:commands (khalel-run-vdirsyncer khalel-import-events khalel-add-capture-template)
|
||||||
|
@ -265,7 +259,7 @@
|
||||||
personal))
|
personal))
|
||||||
:config
|
:config
|
||||||
(setq mu4e-use-fancy-chars t)
|
(setq mu4e-use-fancy-chars t)
|
||||||
(require 'gnus-icalendar)
|
(require 'mu4e-icalendar)
|
||||||
(require 'khalel-icalendar))
|
(require 'khalel-icalendar))
|
||||||
|
|
||||||
(with-eval-after-load 'mu4e
|
(with-eval-after-load 'mu4e
|
||||||
|
|
Loading…
Reference in a new issue