Open shelper opened 11 years ago
Thanks for comments.
i. configurable font size for the minimap
fixed sublimity-map-setup-hook. now you may change font size with this hook.
(add-hook 'sublimity-map-setup-hook (lambda () (text-scale-set -3)))
ii. clickable minimap to jump to the position clicked
I have never implemented a command that uses mouse butons, so for now it is somewhat challenging for me. if you can implement it, i will be happy to pull it. otherwise, I will implement someday, when I get some time off. thanks.
iii. option disable minimap when idling
now sublimity-map-set-delay can take "'inf" as the argument. you can pass "'inf" to cancel the idle-timer.
(sublimity-map-set-delay 'inf)
In relation to Item 3, the minimap shows up when idling even if sublimity-mode is disabled. I fixed it and sent a pull request.
@prvteprts fixed. thanks for reports.