[emacs] add spdx

This commit is contained in:
2025-04-11 13:14:03 +02:00
parent 51a438c12a
commit 5f80da627b

8
.emacs
View File

@@ -1062,6 +1062,14 @@
(dockerfile-mode . lsp-deferred)
)
(use-package spdx
: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))
;; Local Variables: