By default, sr-speedbar seems to always want to take 50% of available window space.
I'm trying to change it's default size to something smaller (like 40 px), but I can't seem to figure out how as the option sr-speedbar-width-x
doesn't seem to do anything.
Here's a snippet from my init.el. All the other options are working just fine
(setq
sr-speedbar-width-x 40
speedbar-use-images nil
speedbar-show-unknown-files t
sr-speedbar-right-side nil
)
(when window-system
(sr-speedbar-open))