Prayer times in emacs

This commit is contained in:
2024-03-13 15:51:03 +02:00
parent 567edc928b
commit 44de69efcc

View File

@@ -332,3 +332,19 @@
(map! :leader (map! :leader
:nv "n d" #'org-agenda-day-view :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)