From 1f0b33804c30d432ccc5c9e86b2398312e9dac78 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 9 Sep 2020 01:27:47 -0400 Subject: [PATCH] Switch to emacsmirror for dired+, as emacswiki is very unreliable --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d40284c..693bf9f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -505,7 +505,7 @@ (add-to-list 'popwin:special-display-config '(help-mode :stick t))) (use-package dired+ - :quelpa (dired+ :fetcher url :url "https://www.emacswiki.org/emacs/download/dired+.el") + :quelpa (dired+ :fetcher github :repo "emacsmirror/dired-plus") :init (setq diredp-hide-details-initially-flag nil) :config