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

Skip to content

Create a custom variable for dashboard-footer #186

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 2 commits into from
Feb 14, 2020
Merged

Create a custom variable for dashboard-footer #186

merged 2 commits into from
Feb 14, 2020

Conversation

Luis-Henriquez-Perez
Copy link
Contributor

In general, I think it's a bad idea to calculate dashboard-footer or other information that's going to be on the dashbaord in a defvar or defcustom (any setter) form. This makes these values harder/more annoying to customize. Don't get me wrong you can still customize them, but the calculations will be done before you've even had a chance to decide you want them.

@ema2159
Copy link
Contributor

ema2159 commented Aug 27, 2019

You're right, I made those changes some time ago when I was an Emacs newbie, they work but are a somewhat hardcoded. There's two things though:

  • Don't use when-let statements, it's incompatible with Emacs 25 (that's why the CI is failing)

  • Don't submit a lot of changes in a same PR, some might be needed ands some might not and the repo maintainer should be able to select which ones to merge

@Luis-Henriquez-Perez
Copy link
Contributor Author

Ok do those things. I'm just learning how to submit PRs and use git, so I've accidentally included an extra commit here. I'll fix this momentarily.

@ema2159
Copy link
Contributor

ema2159 commented Aug 27, 2019

Don't worry! It's good that you're willing to learn

@Luis-Henriquez-Perez
Copy link
Contributor Author

Is this all set to merge or is there something more to be done from me?

@ema2159
Copy link
Contributor

ema2159 commented Dec 30, 2019

Probably Mr. Martinez missed it or forgot about it, so ask him directly! (@JesusMtnez )

Maintaining a repo like this is quite difficult in fact.

@JesusMtnez
Copy link
Contributor

JesusMtnez commented Dec 30, 2019

Sorry, I have been pretty busy during the past few months, lots of personal changes right now. I will catch up with all the new issues and pull requests after the holidays, sorry for the delay and thank you for your patience.

And, of course, Happy New Year 😉

@jcs090218
Copy link
Member

I think this PR should be merged? It looks reasonable.

@JesusMtnez JesusMtnez merged commit 198daac into emacs-dashboard:master Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants