Use nerd-icons instead of all-the-icons
This commit is contained in:
parent
0f5c66368d
commit
9a7d7486bb
1 changed files with 11 additions and 7 deletions
|
|
@ -44,13 +44,6 @@
|
||||||
:bind
|
:bind
|
||||||
("M-o" . ace-window))
|
("M-o" . ace-window))
|
||||||
|
|
||||||
(use-package all-the-icons
|
|
||||||
:if window-system)
|
|
||||||
|
|
||||||
(use-package all-the-icons-dired
|
|
||||||
:if window-system
|
|
||||||
:hook dired-mode)
|
|
||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:bind
|
:bind
|
||||||
(("C-." . avy-goto-char-timer)
|
(("C-." . avy-goto-char-timer)
|
||||||
|
|
@ -380,6 +373,17 @@
|
||||||
:config
|
:config
|
||||||
(minions-mode)))
|
(minions-mode)))
|
||||||
|
|
||||||
|
(use-package nerd-icons
|
||||||
|
:if window-system
|
||||||
|
:config
|
||||||
|
(use-package nerd-icons-dired
|
||||||
|
:hook dired-mode)
|
||||||
|
(use-package nerd-icons-ibuffer
|
||||||
|
:hook ibuffer-mode)
|
||||||
|
(use-package nerd-icons-completion
|
||||||
|
:config
|
||||||
|
(nerd-icons-completion-mode)))
|
||||||
|
|
||||||
(use-package ob-restclient
|
(use-package ob-restclient
|
||||||
:after org
|
:after org
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue