Add and configure the spdx package

This commit is contained in:
Gergely Polonkai 2023-10-20 05:10:52 +02:00
parent a2635593e8
commit fe79b09035
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 11 additions and 0 deletions

View File

@ -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