diff --git a/init.el b/init.el index a8c1b33..f9bd5b6 100644 --- a/init.el +++ b/init.el @@ -1648,7 +1648,11 @@ If no name is given, list all bookmarks instead." :bind ("C-x j" . proced) :init (setq proced-auto-update-flag t - proced-auto-update-interval 1)) + proced-auto-update-interval 1) + (defun my/-setup-proced-mode () + (visual-line-mode -1) + (setq-local truncate-lines t)) + (add-hook 'proced-mode-hook 'my/-setup-proced-mode)) ;; dired (use-package dired