My emacs24 doesn’t have scroll bar

Posted on

Problem :

My emacs24 doesn’t have a scroll bar…

how can I fix this problem ?

Solution :

Just turn on the scroll bar mode:

(scroll-bar-mode t)

You can add this line to your .emacs.

Try eval this:

(set-scroll-bar-mode t)

or you can put it in your .emacs.

Leave a Reply

Your email address will not be published. Required fields are marked *