fix(mu4e): remove broken pretty bullets advice
This commit is contained in:
parent
a02b4ddfe3
commit
531a8bdfeb
2 changed files with 0 additions and 44 deletions
|
@ -360,18 +360,6 @@ This should already be the case yet it does not always seem to be."
|
|||
:before #'mu4e-compose-resend
|
||||
(read-only-mode -1))
|
||||
|
||||
(defvar +mu4e-main-bullet "⚫"
|
||||
"Prefix to use instead of \" *\" in the mu4e main view.
|
||||
This is enacted by `+mu4e--main-action-str-prettier-a' and
|
||||
`+mu4e--main-keyval-str-prettier-a'.")
|
||||
|
||||
(advice-add #'mu4e--key-val :filter-return #'+mu4e--main-keyval-str-prettier-a)
|
||||
(advice-add #'mu4e--main-action-str :override #'+mu4e--main-action-str-prettier-a)
|
||||
(when (modulep! :editor evil)
|
||||
;; As +mu4e--main-action-str-prettier replaces [k]ey with key [q]uit should
|
||||
;; become quit
|
||||
(setq evil-collection-mu4e-end-region-misc "quit"))
|
||||
|
||||
;; process lock control
|
||||
(when IS-WINDOWS
|
||||
(setq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue