jakt
jakt copied to clipboard
Editors: Add package header and footer for jakt-mode
Adds a package header and footer so that the mode can also be installed using a MELPA recipe.
Using use-package
and quelpa
, for example, you can then do this:
(use-package jakt-mode
:mode "\\.jakt\\'"
:quelpa
(jakt-mode
:fetcher url
:url "https://raw.githubusercontent.com/Walheimat/jakt/main/editors/emacs/jakt-mode.el"))
A complete header requires a version string but I wasn't sure what to set there.
This looks like you're putting someone else's name on it? As best I can tell this person was not the original author.
In general, we discourage people from signing other people's names to files. You may want to reach out to the other authors to see if you can get them to sign their names to it.
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 version string as well (although it is necessary for a package install.
Hi @Walheimat, sure I'll add my name. Should I add Author: $my_name
in the header?
At this stage all I did was rename a file. I feel I'd only want to stick my name on if I do something more significant :)
@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:
;; Author: Your Name <[email protected]>
;; Someone Else <[email protected]>
;; Another Person <[email protected]>
@draxil That's cool. I actually I have some ideas to add but would be cool to have all the meta data first.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!
This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!