refactor!: replace all-the-icons with nerd-icons
BREAKING CHANGE: This commit replaces all-the-icons with nerd-fonts. Any all-the-icons-* function calls or variable references in your private config will break and should be replaced with their nerd-icons-* equivalent. That said, Doom will continue to install all-the-icons for a while, so feel free to load it if you don't want to fully commit to the change yet. This change is happening because nerd-icon has wider support for GUI and TUI Emacs; has a larger, more consistent selection of symbols; plus unicode coverage. Fix: #7368 Close: #6675 Close: #7364
This commit is contained in:
parent
7bdf7cf7c0
commit
9787022b83
40 changed files with 293 additions and 407 deletions
|
@ -6,7 +6,7 @@
|
|||
* Description :unfold:
|
||||
This module makes Emacs an email client, using [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]].
|
||||
|
||||
- Tidied mu4e headers view, with flags from [[doom-package:all-the-icons]].
|
||||
- Tidied mu4e headers view, with flags from [[doom-package:nerd-icons]].
|
||||
- Consistent coloring of reply depths (across compose and gnus modes).
|
||||
- Prettified =mu4e:main= view.
|
||||
- Cooperative locking of the =mu= process. Another Emacs instance may request
|
||||
|
@ -64,12 +64,12 @@ This module requires:
|
|||
(recommended, default) or [[http://www.offlineimap.org/][offlineimap]] but you can sync mail in other ways too.
|
||||
|
||||
#+name: Install Matrix
|
||||
| Platform | Install command | Base packages |
|
||||
|---------------+----------------------------+-------------------------|
|
||||
| MacOS | ~$ brew install <pkgs>~ | =mu= |
|
||||
| Platform | Install command | Base packages |
|
||||
|---------------+--------------------------+---------------------|
|
||||
| MacOS | ~$ brew install <pkgs>~ | =mu= |
|
||||
| Arch | ~$ pacman -S <pkgs>~ | (AUR, ~$ yay -S~) =mu= |
|
||||
| openSUSE | ~$ zypper install <pkgs>~ | =maildir-utils=, =mu4e= |
|
||||
| Fedora | ~$ dnf install <pkgs>~ | =maildir-utils= |
|
||||
| Fedora | ~$ dnf install <pkgs>~ | =maildir-utils= |
|
||||
| Debian/Ubuntu | ~$ apt-get install <pkgs>~ | =maildir-utils=, =mu4e= |
|
||||
|
||||
Then install either the =isync= (=mbsync=) or =offlineimap= package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue