Make proced mode truncate lines
This commit is contained in:
parent
b1f3a1a9f4
commit
97bc04e3ad
6
init.el
6
init.el
@ -1648,7 +1648,11 @@ If no name is given, list all bookmarks instead."
|
|||||||
:bind ("C-x j" . proced)
|
:bind ("C-x j" . proced)
|
||||||
:init
|
:init
|
||||||
(setq proced-auto-update-flag t
|
(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
|
;; dired
|
||||||
(use-package dired
|
(use-package dired
|
||||||
|
Loading…
Reference in New Issue
Block a user