ProcEd settings: built in Emacs process manager like htop
This commit is contained in:
parent
f21a653fca
commit
6897c1d590
@ -1044,6 +1044,23 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:config (require 'dwim-shell-commands)
|
:config (require 'dwim-shell-commands)
|
||||||
:commands dwim-shell-commands-kill-process)
|
:commands dwim-shell-commands-kill-process)
|
||||||
|
|
||||||
|
;; https://laurencewarne.github.io/emacs/programming/2022/12/26/exploring-proced.html
|
||||||
|
(elpaca nil
|
||||||
|
(use-package proced
|
||||||
|
:ensure nil
|
||||||
|
:commands proced
|
||||||
|
:custom
|
||||||
|
(proced-auto-update-flag t)
|
||||||
|
(proced-goal-attribute nil)
|
||||||
|
(proced-show-remote-processes t)
|
||||||
|
(proced-enable-color-flag t)
|
||||||
|
(proced-format 'custom)
|
||||||
|
:config
|
||||||
|
(add-to-list
|
||||||
|
'proced-format-alist
|
||||||
|
'(custom user pid ppid sess tree pcpu pmem rss start time state
|
||||||
|
(args comm)))))
|
||||||
|
|
||||||
(elpaca-use-package (youtube-sub-extractor
|
(elpaca-use-package (youtube-sub-extractor
|
||||||
:host github
|
:host github
|
||||||
:repo "agzam/youtube-sub-extractor.el")
|
:repo "agzam/youtube-sub-extractor.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user