From dd0cf05d63dc2161bfccd40acbcf69ce2f31539f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 Dec 2020 05:10:36 +0100 Subject: [PATCH] [Code Cleanup] Remove duplicate dired-related package installs --- configuration.org | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/configuration.org b/configuration.org index 2358212..f349ef8 100644 --- a/configuration.org +++ b/configuration.org @@ -2531,40 +2531,6 @@ beats the Web in a lot of aspects. ** Rainbow to the stars… -#+BEGIN_SRC emacs-lisp -(use-package dired-rainbow - :config - (dired-rainbow-define-chmod executable-unix "Green" "-.*x.*")) -#+END_SRC - -* Dired related packages - -** Collapse directories that only contain one file somewhere deep - -#+BEGIN_SRC emacs-lisp -(use-package dired-collapse) -#+END_SRC - -** Show Git version information - -#+BEGIN_SRC emacs-lisp -(use-package dired-git-info - :bind - (:map dired-mode-map - (")" . dired-git-info-mode))) -#+END_SRC - -** Show/hide dot (hidden) files - -#+BEGIN_SRC emacs-lisp -(use-package dired-hide-dotfiles - :bind - (:map dired-mode-map - ("." . dired-hide-dotfiles-mode))) -#+END_SRC - -** Rainbow to the stars… - #+BEGIN_SRC emacs-lisp (use-package dired-rainbow :init