Skip to content

Commit

Permalink
feat(files): add disk-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 8, 2024
1 parent 65d69e2 commit d99f1f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
:straight t)


;; Sort and browse disk usage listings
(use-package disk-usage
:straight t)


;; A Emacs tree plugin like NerdTree for Vim
(use-package neotree
:straight t
Expand Down

0 comments on commit d99f1f0

Please sign in to comment.