diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 19:05:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 19:05:46 +0300 |
commit | c04067064a0043527cf788be3f3f5b6297b75b3b (patch) | |
tree | d55aa264ec7146694f8256ba3a27fa59ef3a9259 /.emacs.d/modules/thanos-aesthetics.el | |
parent | 58be988dc505f0a51b816256c983a44cce2c8c49 (diff) |
emacs: Use nerd-icons for ibuffer, dired and ivy-rich
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 4 |
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 |