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
|
||||
("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
|
||||
:bind
|
||||
(("C-." . avy-goto-char-timer)
|
||||
|
|
@ -380,6 +373,17 @@
|
|||
:config
|
||||
(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
|
||||
:after org
|
||||
:config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue