summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r--.config/emacs/modules/bd--shells.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el
index 05b0b91..ae72981 100644
--- a/.config/emacs/modules/bd--shells.el
+++ b/.config/emacs/modules/bd--shells.el
@@ -75,5 +75,12 @@ clear the scrollback contents. Outputs banner message."
(comint-prompt-read-only t))
+(use-package proced
+ :config
+ (add-hook 'proced-mode-hook
+ (lambda ()
+ (proced-toggle-auto-update 1))))
+
+
(provide 'bd--shells)
;;; bd-shells ends here