From 939f5e56cfc873ed498b2d1744c5dca74dc5c356 Mon Sep 17 00:00:00 2001 From: Mateus Pinto Rodrigues Date: Mon, 9 Dec 2019 18:11:36 -0300 Subject: [PATCH] Add a dsik analyzer similar to ncdu --- elisp/extras.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elisp/extras.el b/elisp/extras.el index cd005eb..991d426 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -42,6 +42,9 @@ (elfeed-org) (setq rmh-elfeed-org-files (list "~/.emacs.d/feeds/feeds.org"))) +;; Disk usage analyzer +(use-package disk-usage) + ;; Mail reader ;; This package was installed with debian, I hope this works (use-package mu4e