app/calendar: add cfw:details* popup rule

This commit is contained in:
Henrik Lissner 2021-03-06 00:05:51 -05:00
parent 55cfe0cca4
commit 4003d1fdea

View file

@ -22,6 +22,8 @@
cfw:fchar-top-left-corner ?┏
cfw:fchar-top-right-corner ?┓)
(set-popup-rule! "^\\*cfw:details" :quit t :ttl 0 :select t :size 0.4)
(define-key cfw:calendar-mode-map "q" #'+calendar/quit)
(add-hook 'cfw:calendar-mode-hook #'doom-mark-buffer-as-real-h)