From f15af95c07e8f41fc8db6c80097cdc1ecb3b9015 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 1 Jan 2020 22:52:38 +0100 Subject: [PATCH] remove fold and ranger mode for dired --- emacs/.doom.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index eb5e42c..eab5489 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -46,7 +46,7 @@ :editor (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files - fold ; (nigh) universal code folding + ;;fold ; (nigh) universal code folding (format +onsave) ; automated prettiness ;;lispy ; vim for lisp, for people who dont like vim ;;multiple-cursors ; editing in many places at once @@ -57,7 +57,7 @@ ;;word-wrap ; soft wrapping with language-aware indent :emacs - (dired +ranger) ; making dired pretty [functional] + (dired) ; making dired pretty [functional] ;;electric ; smarter, keyword-based electric-indent vc ; version-control and Emacs, sitting in a tree