nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

Make deadlines in org agenda bold, and advance green-->orange-->red #109

Closed jabranham closed 6 years ago

jabranham commented 6 years ago

org-upcoming-distant-deadline won't exist until the next minor release (9.2), but after that this commit means that deadlines in the agenda will be bold for visual distinction from scheduled tasks, and advance from green to orange to red based on the distance to the deadline date and warning time.

nashamri commented 6 years ago

Thanks @jabranham :+1:

jabranham commented 6 years ago

BTW is there a way to re-apply the setup in spacetheme-common.el without needing to restart emacs? Usually with .el files, you can do eval-buffer, but that doesn't seem to work here.

nashamri commented 6 years ago

I usually do , e b which is bound to eval-buffer I think, and then I do SPC T s which calls (spacemacs/helm-themes) and pick the theme from there.

jabranham commented 6 years ago

Ahhh, you have to re-apply the theme. That makes sense, thanks!

On Wed 28 Feb 2018 at 16:24, Nasser Alshammari notifications@github.com wrote:

I usually do , e b which is bound to eval-buffer I think, and then I do SPC T s which calls (spacemacs/helm-themes) and pick the theme from there.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.