5

Look at this tiny scroll bar (circled in red):

screenshot

I think I could use the elisp function set-window-scroll-bars, but I don't know how to specify the minibuffer.

daveloyall
  • 1,280
  • 9
  • 21

1 Answers1

5

fledermaus solved the puzzle:

Add this to init.el:

(set-window-scroll-bars (minibuffer-window) nil nil)
daveloyall
  • 1,280
  • 9
  • 21