Fix agenda properties#598
Conversation
dashboard.el
Outdated
| ;; Package-Version: 1.9.0-SNAPSHOT | ||
| ;; Keywords: startup, screen, tools, dashboard | ||
| ;; Package-Requires: ((emacs "27.1")) | ||
| ;; Package-Requires: ((emacs "27.2")) |
There was a problem hiding this comment.
Hmm.. why are we dropping Emacs 27.1? 🤔
There was a problem hiding this comment.
I guess we are going to drop it in the near future. I t solves some issues with eask lint package . Emacs 27.2 is 5 years old and I see it as the last stable release from 27.
Also, we are running the tests with 27.2
I reverted the change because the lint package is failing and the errors will be fixed in another PR.
There was a problem hiding this comment.
That make sense. I think we can drop 27 entirely. :)
It was on my to-do list forever. I didn't bother to add them since dashboard was stable enough for me. 😅 But it's always nice to have those linters check! 😉 |
04768fd to
f9496d6
Compare
Due to the indentation in we introduce a bug where icons and properties were missing from agenda items.
This fix the issue and add
checkoutto theciworkflow. I want to addeasklint packages, but it fails becauserecentf-listvariable, so it's time to refactor the recents section before adding the linter to the workflow.