Krister
Krister
You're right, I was just going off the author GitHub was showing me. @draxil @veera-sivarajan @lanmonster @alimpfard @0verse Could you add your names? I removed the line for now, the...
@veera-sivarajan yes, sorry, here's a link to the official docs: https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Headers Basically we want this: ```elisp ;; Author: Your Name ;; Someone Else ;; Another Person ``` @draxil That's cool....
From what I can see: `(projectile-project-name)` -> `(project-name (project-current t))` `(projectile-compilation-dir)` -> `(project-root (project-current t)` (`project` supports subprojects if a marker exists) `(projectile-test-file-p )` -> Would need to be added...
The `doom-monokai-*` themes are really nice but this is a minor annoyance. I'm not sure if this a valid way for all the themes, but setting the following (in the...
I have the same issue, clean install of Ubuntu 23.10, using fish shell. Will use hack @Darkclainer suggested for now.
Have you considered using `point-marker` instead of `point` in the structure? Not sure what all of the repercussions are, but the problem you describe could be mitigated. You would get...
Alright, cool. I'll see if I can implement this the way you suggested and then open a PR.
Thanks for taking a look. So you'd express "not done" then with `:done nil`? I think having a new selector could also be nice, and maybe make it easier to...
I hope I captured your desire for consistency now. Now there's just plain `:done` that will just do `(member state org-done-keywords)`.
Of course. Maybe I can squeeze in some more time tomorrow after work.