diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 385848a..eed51ba 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -924,4 +924,13 @@ necessary variables are set." (common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/")) :mode ((rx (or ".lisp" ".cl") eos) . common-lisp-mode)) + +(use-package proced + :defer t + :custom + (proced-auto-update-flag t) + (proced-auto-update-interval 1) + (proced-enable-color-flag nil) + (proced-show-remote-processes t)) + ;; (profiler-stop) |