mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/dired: move ranger module to ranger feature in dired module
This commit is contained in:
@ -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")))
|
||||
|
Reference in New Issue
Block a user