I want to wrap the LOGBOOK editing window at column width I'm yet to decide.
From another answer here I see need to set something along the lines of (add-hook 'some-logbook-mode-hook #'auto-fill-mode)
and (setq fill-column wrap-point)
Does the LOGBOOK
window have its own mode, or will I have to create a new mode for it if want to use a hook to set the mode?