Emacs: Add package spdx.

This commit is contained in:
tastytea 2020-12-21 16:18:33 +01:00
parent 1cfe0cf44c
commit da0fe33fcd
1 changed files with 7 additions and 0 deletions

View File

@ -245,5 +245,12 @@ year if mode is derived from prog-mode."
:straight (:type built-in)
:hook (diff-mode . (lambda () (setq-local my/reformat-save nil))))
;; Insert SPDX license identifiers.
(use-package spdx
:custom((spdx-copyright-holder 'auto)
(spdx-project-detection 'auto))
:bind (:map prog-mode-map
("C-c i l" . spdx-insert-spdx)))
(provide 'programming/common)
;;; common.el ends here