Enable all-the-icons package
This commit is contained in:
parent
673fff2e6e
commit
d0b7d7cef2
3 changed files with 5 additions and 1 deletions
|
@ -16,3 +16,5 @@
|
|||
(add-hook 'after-init-hook (lambda ()
|
||||
(org-agenda-list)
|
||||
(me/split-windows-horizontal))))
|
||||
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
|
||||
(add-hook 'ivy-mode-hook 'all-the-icons-ivy-rich-mode)
|
||||
|
|
|
@ -172,3 +172,5 @@ There are two things you can do about this warning:
|
|||
:after magit)
|
||||
|
||||
(use-package powershell)
|
||||
|
||||
(use-package all-the-icons)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
'(powershell forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(all-the-icons-ivy all-the-icons-dired powershell forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(projectile-completion-system 'ivy)
|
||||
'(scroll-bar-mode nil))
|
||||
(custom-set-faces
|
||||
|
|
Loading…
Add table
Reference in a new issue