From 5f80da627b41528cdf6902698a355e7cf08dddf9 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Fri, 11 Apr 2025 13:14:03 +0200 Subject: [PATCH] [emacs] add spdx --- .emacs | 8 ++++++++ 1 file changed, 8 insertions(+) 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: