From c04067064a0043527cf788be3f3f5b6297b75b3b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 19:05:46 +0300 Subject: emacs: Use nerd-icons for ibuffer, dired and ivy-rich --- .emacs.d/modules/thanos-aesthetics.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/modules/thanos-aesthetics.el') diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 7fec67f..954b0b0 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -114,7 +114,7 @@ (define-key minibuffer-local-map (kbd "C-r") 'counsel-minibuffer-history) (ivy-rich-mode 1) -(all-the-icons-ivy-rich-mode 1) +(nerd-icons-ivy-rich-mode 1) (setf ivy-use-selectable-prompt t) @@ -139,7 +139,7 @@ ;; ibuffer (global-set-key (kbd "C-x C-b") 'ibuffer) - +(add-hook 'ibuffer-mode-hook 'nerd-icons-ibuffer-mode) (provide 'thanos-aesthetics) ;;; thanos-aesthetics.el ends here -- cgit v1.2.3