chore: Remove unused proced package configuration

This commit is contained in:
kj
2025-11-11 20:13:00 -03:00
parent e2943af548
commit abf412b2a2

View File

@@ -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)