Skip to content

Commit

Permalink
my-basic-modes: we only have nerd-icons-completion in melpa
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Aug 9, 2023
1 parent 6308b5d commit 6d67f93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions my-basic-modes.el
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,11 @@
(marginalia-mode))

;; Also icons ;-)
(use-package nerd-icons-completion
:ensure t
:config
(nerd-icons-completion-mode))
(when have-melpa
(use-package nerd-icons-completion
:ensure t
:config
(nerd-icons-completion-mode)))

(use-package embark
:ensure t
Expand Down

0 comments on commit 6d67f93

Please sign in to comment.