Move mu4e icon setup to ui-config

This commit is contained in:
Evie Litherland-Smith 2023-11-05 08:14:51 +00:00
parent 8fd2395760
commit 0d2fe2b6a7
2 changed files with 18 additions and 17 deletions

View file

@ -13,23 +13,6 @@
mu4e-sent-messages-behavior 'sent
mu4e-change-filenames-when-moving t
mu4e-context-policy 'pick-first
mu4e-use-fancy-chars t
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶")
mu4e-headers-thread-connection-prefix '("" . "")
mu4e-headers-thread-first-child-prefix '("├>" . "├▶")
mu4e-headers-thread-child-prefix '("├>" . "├▶")
mu4e-headers-thread-last-child-prefix '("└>" . "╰▶")
mu4e-modeline-all-read '("R:" . "󰑇 ")
mu4e-modeline-all-clear '("C:" . "󰚭 ")
mu4e-modeline-new-items '("N:" . "󰎔 ")
mu4e-modeline-unread-items '("U:" . "󰶊 ")
mu4e-search-full-label '("F" . "󱊖 ")
mu4e-search-hide-label '("H" . "󰘓 ")
mu4e-search-related-label '("R" . "󰌹 ")
mu4e-search-skip-duplicates-label '("D" . "󰆑 ")
mu4e-search-threaded-label'("T" . "󱇫 ")
mu4e-alert-modeline-formatter 'mu4e-alert-default-mode-line-formatter
mu4e-headers-fields '((:human-date . 12)
(:flags . 6)
(:from-or-to . 25)

View file

@ -47,6 +47,24 @@
(when (require 'doom-modeline nil :noerror)
(doom-modeline-mode +1))
(setq mu4e-use-fancy-chars t
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶")
mu4e-headers-thread-connection-prefix '("" . "")
mu4e-headers-thread-first-child-prefix '("├>" . "├▶")
mu4e-headers-thread-child-prefix '("├>" . "├▶")
mu4e-headers-thread-last-child-prefix '("└>" . "╰▶")
mu4e-modeline-all-read '("R:" . "󰑇:")
mu4e-modeline-all-clear '("C:" . "󰚭:")
mu4e-modeline-new-items '("N:" . "󰎔:")
mu4e-modeline-unread-items '("U:" . "󰶊:")
mu4e-search-full-label '("F" . "󱊖")
mu4e-search-hide-label '("H" . "󰘓")
mu4e-search-related-label '("R" . "󰌹")
mu4e-search-skip-duplicates-label '("D" . "󰆑")
mu4e-search-threaded-label'("T" . "󱇫")
mu4e-alert-modeline-formatter 'mu4e-alert-default-mode-line-formatter)
;; Dashboard
(setq initial-buffer-choice 'dashboard-open
dashboard-icon-type 'nerd-icons