Emacs: Removed obsolete dired+
This commit is contained in:
parent
1e010c5678
commit
e26c683bf2
1 changed files with 0 additions and 5 deletions
|
@ -309,11 +309,6 @@
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:bind (("C-=" . er/expand-region)))
|
:bind (("C-=" . er/expand-region)))
|
||||||
|
|
||||||
;; dired+
|
|
||||||
;; Extensions to Dired
|
|
||||||
(use-package dired+
|
|
||||||
:load-path "dired+/")
|
|
||||||
|
|
||||||
;; projectile
|
;; projectile
|
||||||
;; Manage and navigate projects in Emacs easily
|
;; Manage and navigate projects in Emacs easily
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
|
|
Loading…
Reference in a new issue