diff --git a/configs/init-utils.el b/configs/init-utils.el index 4f51a55..2672dd0 100644 --- a/configs/init-utils.el +++ b/configs/init-utils.el @@ -31,15 +31,6 @@ which-key-show-remaining-keys t) :hook ( elpaca-after-init . which-key-mode)) -;; Process -(use-package proced - :ensure nil - :init - (setq-default proced-format 'verbose) - (setq proced-auto-update-flag t - proced-auto-update-interval 3 - proced-enable-color-flag t)) - ;; Paquete para exportar buffers de emacs a HTML (use-package htmlize)