File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
; ; calfw
7
- (use-package calfw)
7
+ (use-package calfw :defer t )
8
+
9
+ (use-package calfw-org)
8
10
9
11
(use-package calfw-ical
12
+ :commands (my-open-calendar)
10
13
:config
11
14
(defun my-open-calendar ()
12
15
(interactive )
18
21
" gcal"
19
22
" https://calendar.google.com/calendar/ical/m6a3jqdi6imnv97h39v9r528k4%40group.calendar.google.com/public/basic.ics"
20
23
" Purple" )))))
21
-
22
- (use-package calfw-org)
Original file line number Diff line number Diff line change 39
39
(howm-home-directory " ~/Documents/howm/" )
40
40
(howm-directory " ~/Documents/howm/" )
41
41
:init
42
- (setq howm-view-title-header " *" ))
42
+ (setq howm-view-title-header " *" )
43
+ :commands (howm-menu))
43
44
44
- (use-package minsk-theme)
45
+ (use-package minsk-theme
46
+ :config
47
+ (when window-system (load-theme 'minsk t )))
45
48
46
49
(custom-set-variables
47
50
; ; custom-set-variables was added by Custom.
62
65
; ; If there is more than one, they won't work right.
63
66
'(default ((t (:family " Iosevka" :foundry " outline" :slant normal :weight normal :height 120 :width normal)))))
64
67
65
- (when window-system (load-theme 'minsk t ))
66
-
67
68
; ; Load calendar initialization
68
69
(load " ~/.emacs.d/init-calendar.el" )
You can’t perform that action at this time.
0 commit comments