# spdx.el `spdx.el` provides SPDX license header and copyright insertion. ## Installation Put `spdx.el` in your Emacs system. Add the following to your `.emacs`: ```elisp (require spdx) (define-key prog-mode-map (kbd "C-c i l") #'spdx-insert-spdx) ``` Or Use [use-package](https://github.com/jwiegley/use-package) with [straight.el](https://github.com/raxod502/straight.el) ``` emacs-lisp (use-package spdx :ensure t :straight (:host github :repo "condy0919/spdx.el") :bind (:map prog-mode-map ("C-c i l" . spdx-insert-spdx)) :custom (spdx-copyright-holder auto) (spdx-project-detection auto)) ``` Then you can press `C-c i l` to trigger `spdx-insert-spdx` Or manually run: M-x spdx-insert-spdx Then, `spdx.el` will ask you to select a license. It's done by `completing-read'. After that, the license header will be written. An example follows. `;; SPDX-License-Identifier: AGPL-1.0-only` ## Customization - `spdx-copyright-holder - `spdx-copyright-sign - `spdx-project-detection - `spdx-ignore-deprecated
Documentation at https://melpa.org/#/swagg
Documentation at https://melpa.org/#/spark
Documentation at https://melpa.org/#/slirm
Documentation at https://melpa.org/#/slime
Documentation at https://melpa.org/#/sekka
Documentation at https://melpa.org/#/shfmt
Documentation at https://melpa.org/#/spray
Documentation at https://melpa.org/#/slack
Documentation at https://melpa.org/#/sayid
Documentation at https://melpa.org/#/sniem
Documentation at https://melpa.org/#/smmry
Documentation at https://melpa.org/#/stash
Documentation at https://melpa.org/#/swoop
Documentation at https://melpa.org/#/skype
Documentation at https://melpa.org/#/socyl
Documentation at https://melpa.org/#/steam
Documentation at https://melpa.org/#/state
Documentation at https://melpa.org/#/stgit
Documentation at https://melpa.org/#/strie
Documentation at https://melpa.org/#/symon
Tiny graphical system monitor for the Emacs minibuffer when idle.
This package provides an Emacs client for the Slack messaging service.
This package a interactive tool to interact with git branches using StGit.