Skip to content

Commit

Permalink
Fix gnus and remove mu4e-views
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Sep 25, 2024
1 parent 5e790e6 commit 130439a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions cats/+meow.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'(telega-root-mode . motion)
'(ement-room-mode . motion)
'(osx-dictionary-mode . motion)
'(gnus-mode . motion)
'(eshell-mode . insert)
'(comint-mode . insert))
(setq meow-replace-state-name-list '((normal . "🅝")
Expand Down
17 changes: 0 additions & 17 deletions cats/+mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,3 @@
:config (mu4e-column-faces-mode))

(use-package mu4e-overview)

(use-package mu4e-views
:demand
:after mu4e
:bind
(:map mu4e-headers-mode-map
("v" . mu4e-views-mu4e-select-view-msg-method)
("M-n" . mu4e-views-cursor-msg-view-window-down)
("M-p" . mu4e-views-cursor-msg-view-window-up)
("f" . mu4e-views-toggle-auto-view-selected-message)
("i" . mu4e-views-mu4e-view-as-nonblocked-html))
:custom
(mu4e-views-default-view-method "html")
(mu4e-views-next-previous-message-behaviour 'stick-to-current-window)
(mu4e-views-auto-view-selected-message t)
:config
(mu4e-views-mu4e-use-view-msg-method "html"))

0 comments on commit 130439a

Please sign in to comment.