Revert "Fix mu 1.10 layout"

This reverts commit 2e404a10b7.
This commit is contained in:
coolneng 2024-06-15 10:42:38 +02:00
parent 6acb05a8a9
commit 8fc7079b10
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 0 additions and 5 deletions

View File

@ -52,6 +52,3 @@
(setq mu4e-bookmarks '((:name "Unread messages" :query "flag:unread AND NOT flag:trashed" :key 117)
(:name "Today's messages" :query "date:today..now" :key 116)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key 119)))
;; HACK Fix mu 1.10 layout
(set-popup-rule! "^\\*mu4e-\\(main\\|headers\\)\\*" :ignore t)
(set-popup-rule! "^\\*mu4e-draft\\*" :size 0.7 :vslot -4 :select t :quit nil :ttl 0)

View File

@ -31,5 +31,3 @@
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode)
;; HACK Fix mu 1.10 evil navigation
(unpin! evil-collection)