From fe79b090353d50f4e0461c342dbab0abe9407df4 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 20 Oct 2023 05:10:52 +0200 Subject: [PATCH] Add and configure the spdx package --- configuration.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configuration.org b/configuration.org index eb91fda..2d95bb8 100644 --- a/configuration.org +++ b/configuration.org @@ -1819,6 +1819,17 @@ INFO plist." ("i" . string-inflection-all-cycle))) #+end_src +** ~spdx~ to insert SPDX compatible license text + +#+begin_src emacs-lisp +(use-package spdx + :bind (:map gpolonkai/pers-map + ("L" . spdx-insert-spdx-copyright)) + :custom + (spdx-copyright-holder 'user) + (spdx-copyright-sign 'unicode)) +#+end_src + * Dired extras ** ~dired-collapse~, to collapse directories that contain a single file somewhere deep