Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow moving the point during dashboard-mode-hook #227

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

Merged
merged 3 commits into from
Dec 28, 2020

Conversation

yvie-k
Copy link
Contributor

@yvie-k yvie-k commented May 16, 2020

If the point is being moved in the dashboard-mode-hook, e.g. moved to the first entry, this has no effect as the point is moved to the beginning of the buffer after the hook.

The point is again moved back to the beginnig during the emacs-startup-hook. This one isn't necessary though as the point is not being moved in between.

@jcs090218
Copy link
Member

The point is again moved back to the beginnig during the emacs-startup-hook. This one isn't necessary though as the point is not being moved in between.

You mean the point is automatically moved to beginning of the buffer in emacs-startup-hook? I think we are just ensuring the point start at the beginning of the buffer.

@jcs090218 jcs090218 self-assigned this Oct 30, 2020
@yvie-k
Copy link
Contributor Author

yvie-k commented Oct 30, 2020

You mean the point is automatically moved to beginning of the buffer in emacs-startup-hook?

Exactly

@JesusMtnez
Copy link
Contributor

@Dragoncraft89 Thank you so much for the contribution!!

@jcs090218
Copy link
Member

jcs090218 commented Oct 30, 2020

I haven't test this patch yet. I will test it with in few days. ;)

@jcs090218 jcs090218 merged commit 69e5d44 into emacs-dashboard:master Dec 28, 2020
@jcs090218
Copy link
Member

Merged! Thanks!

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

Successfully merging this pull request may close these issues.

3 participants