mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
[Docs] Update README.
This commit is contained in:
parent
f2f7aaf392
commit
7d5308f1bb
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,8 @@ In `init.el`,
|
||||||
```
|
```
|
||||||
|
|
||||||
This package requires the fonts included with `all-the-icons` to be installed.
|
This package requires the fonts included with `all-the-icons` to be installed.
|
||||||
Run `M-x all-the-icons-install-fonts` to do so.
|
Run `M-x all-the-icons-install-fonts` to do so. Please refer to the
|
||||||
|
[installation guide](https://github.com/domtronn/all-the-icons.el#installation).
|
||||||
|
|
||||||
Strongly recommend to use
|
Strongly recommend to use
|
||||||
[doom-themes](https://github.com/hlissner/emacs-doom-themes) at the same time.
|
[doom-themes](https://github.com/hlissner/emacs-doom-themes) at the same time.
|
||||||
|
@ -140,7 +141,6 @@ Strongly recommend to use
|
||||||
(setq doom-modeline-python-executable "python")
|
(setq doom-modeline-python-executable "python")
|
||||||
|
|
||||||
;; Whether show `all-the-icons' or not (if nil nothing will be showed).
|
;; Whether show `all-the-icons' or not (if nil nothing will be showed).
|
||||||
;; The icons may not be showed correctly on Windows. Disable to make it work.
|
|
||||||
(setq doom-modeline-icon t)
|
(setq doom-modeline-icon t)
|
||||||
|
|
||||||
;; Whether show the icon for major mode. It respects `doom-modeline-icon'.
|
;; Whether show the icon for major mode. It respects `doom-modeline-icon'.
|
||||||
|
|
Loading…
Reference in a new issue