summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-aesthetics.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el4
1 files changed, 2 insertions, 2 deletions
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