Skip to content
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

suggestions add the following functions #3

Open
shelper opened this issue Jun 21, 2013 · 3 comments
Open

suggestions add the following functions #3

shelper opened this issue Jun 21, 2013 · 3 comments

Comments

@shelper
Copy link

shelper commented Jun 21, 2013

  1. configurable font size for the minimap
  2. clickable minimap to jump to the position clicked
  3. option disable minimap when idling, e.g, (sublimity-map-set-delay 0)
    thanks
@zk-phi
Copy link
Owner

zk-phi commented Jun 22, 2013

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)

@prvteprts
Copy link

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.

@zk-phi
Copy link
Owner

zk-phi commented Aug 26, 2013

@prvteprts fixed. thanks for reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants