(gnus-group-mode): Set truncate-lines.
This commit is contained in:
parent
12c091cc0c
commit
869d4256c8
1 changed files with 1 additions and 0 deletions
|
@ -1253,6 +1253,7 @@ Various hooks for customization:
|
|||
(use-local-map gnus-group-mode-map)
|
||||
(buffer-flush-undo (current-buffer))
|
||||
(setq buffer-read-only t) ;Disable modification
|
||||
(setq truncate-lines t) ;In case descriptions are too long.
|
||||
(run-hooks 'gnus-group-mode-hook))
|
||||
|
||||
(defun gnus-mouse-pick-group (e)
|
||||
|
|
Loading…
Add table
Reference in a new issue