Add and configure the spdx package
This commit is contained in:
parent
a2635593e8
commit
fe79b09035
@ -1819,6 +1819,17 @@ INFO plist."
|
|||||||
("i" . string-inflection-all-cycle)))
|
("i" . string-inflection-all-cycle)))
|
||||||
#+end_src
|
#+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 extras
|
||||||
|
|
||||||
** ~dired-collapse~, to collapse directories that contain a single file somewhere deep
|
** ~dired-collapse~, to collapse directories that contain a single file somewhere deep
|
||||||
|
Loading…
Reference in New Issue
Block a user