cashmere

cashmere

How to disable the scrollbar in emacs

Preface

When starting Emacs (/at least for me) in server/client mode, the scroll bar is always enabled. To prevent this behaviour, you need to disable the scrollbar globally.

Example

(scroll-bar-mode -1)

References