My code
(custom-set-variables
'(global-display-fill-column-indicator-mode t)
'(minibuffer-mode-hook `(,@minibuffer-mode-hook
,(lambda ()
(display-fill-column-indicator-mode -1)))))
doesn't work.
Say evaluate
(minibuffer-message "\n\n")
I still see a fill column indicator in echo area.
How to implement what the question title said?