-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot disable sublimity-auto-hscroll-mode
#33
Comments
how about setting
|
It has no effect either 😢 |
hmm... can you tell me which command is invoked on hscroll? ( |
Oh. I think I might have misunderstood what I use sublimity for it's great smooth scrolling. But when the point is at the end of the buffer it is vertically centred in the frame and I cannot scroll with the mousewheel. That is the behaviour I am trying to disable. My current configuration looks like this. (use-package sublimity
:init
(require 'sublimity-scroll)
:config
(sublimity-mode 1)) |
I got it. |
Oh. That is unfortunate. Especially with something like IRC in Emacs it causes quite a bit of trouble. Why does it only happen when point is a the very end of the buffer? |
|
There's definitely something special happening at the end of the buffer. When point is at the end of the buffer I can't scroll and C-l It causes trouble in Circe because it moves point to the bottom of the screen but Sublimity moves point to the middle of the screen. So when using it there is a lot of jumping around. |
When
sublimity-auto-hscroll-mode
is active I cannot scroll the buffer with the mouse. Thus I'd like to disable it. I've tried settingsublimity-auto-hscroll-mode
but it seems to have no effect.The text was updated successfully, but these errors were encountered: