From d8c3e56bdffaf69003e9e3ab3dd47766bb15c95d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 19 Apr 2021 12:13:36 +0530 Subject: [PATCH] emacs: Enable ranger and icons for dired --- emacs/.config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index abb3e3c..f09875f 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -66,7 +66,7 @@ ;;word-wrap ; soft wrapping with language-aware indent :emacs - dired ; making dired pretty [functional] + (dired +ranger +icons) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent ;;ibuffer ; interactive buffer management undo ; persistent, smarter undo for your inevitable mistakes