Prayer times in emacs
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user