Add the secretaria package
This commit is contained in:
parent
a4e62ac605
commit
91d93e5c39
8
init.el
8
init.el
@ -1060,6 +1060,14 @@
|
||||
:config
|
||||
(phi-search-mc/setup-keys))
|
||||
|
||||
(use-package secretaria
|
||||
:ensure t
|
||||
:config
|
||||
;; use this for getting a reminder every 30 minutes of those tasks
|
||||
;; scheduled for today and which have no time of day defined.
|
||||
(add-hook 'after-init-hook
|
||||
#'secretaria-today-unknown-time-appt-always-remind-me))
|
||||
|
||||
(add-hook 'python-mode-hook
|
||||
(lambda ()
|
||||
(add-to-list 'prettify-symbols-alist
|
||||
|
Loading…
Reference in New Issue
Block a user