diff --git a/.emacs b/.emacs index f023f0c..21920e3 100644 --- a/.emacs +++ b/.emacs @@ -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: