diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 31a387d..e8c70f9 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -332,3 +332,19 @@ (map! :leader :nv "n d" #'org-agenda-day-view ) +;;org-agenda filter +(custom-set-variables + '(org-agenda-custom-commands + '(("c" "Custom agenda, ignore someday tag" + ((agenda "")) + ((org-agenda-tag-filter-preset '("-someday"))))))) + +;;Setup prayer times mashallah +(use-package! awqat + :commands (awqat-display-prayer-time-mode +awqat-times-for-day) + :config + (setq calendar-latitude 30.87605680 + calendar-longitude 29.74260400 + awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) ")) +(awqat-set-preset-egyptian-general-authority-of-survey)