emacs/dired: move ranger module to ranger feature in dired module

This commit is contained in:
Ting Zhou
2018-12-07 22:27:03 -08:00
parent 5698066c0a
commit d6ad5942be
7 changed files with 64 additions and 65 deletions

View File

@ -2,4 +2,8 @@
;;; emacs/dired/packages.el
(package! dired-k)
(when (featurep! +ranger)
(package! ranger))
(when (featurep! +icons)
(package! all-the-icons-dired)
(package! font-lock+ :recipe (:fetcher github :repo "emacsmirror/font-lock-plus")))