From d0b7d7cef20a47a536c624f3bf9ad8112d76183f Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Thu, 26 Nov 2020 17:51:51 +0100 Subject: [PATCH] Enable all-the-icons package --- bundle/bundle--hooks.el | 2 ++ bundle/bundle--package.el | 2 ++ bundle/custom_gnu.el | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--hooks.el b/bundle/bundle--hooks.el index 3175db77..31b61b60 100644 --- a/bundle/bundle--hooks.el +++ b/bundle/bundle--hooks.el @@ -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) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 291c4b97..75165457 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -172,3 +172,5 @@ There are two things you can do about this warning: :after magit) (use-package powershell) + +(use-package all-the-icons) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index e63533c1..d1026ef8 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -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