Skip to content

Commit 80281fb

Browse files
committed
Made init-calendar more pretty
1 parent 8972c31 commit 80281fb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

init-calendar.el

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
;; TODO
2-
;; configure org-gcal to sync with google-calendar which contains
3-
;; bsuir schedule
4-
2+
;; configure org-gcal to sync org-agenda tasks
3+
;; with google-calendar which i use because of my uni schedule
54

65
;; calfw
7-
(use-package calfw :defer t)
8-
9-
(use-package calfw-org)
106

11-
(use-package calfw-ical
7+
(use-package calfw
128
:commands (my-open-calendar)
139
:config
10+
(require 'calfw-ical)
11+
(require 'calfw-org)
1412
(defun my-open-calendar ()
1513
(interactive)
1614
(cfw:open-calendar-buffer

0 commit comments

Comments
 (0)