Remove the xlicense package

It disappeared from package repositories, and i never used it anyway…
This commit is contained in:
Gergely Polonkai 2020-12-10 05:10:59 +01:00
parent dd0cf05d63
commit eb822441cc
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 9 deletions

View File

@ -2641,15 +2641,6 @@ A big help during refactoring.
(use-package gobgen) (use-package gobgen)
#+END_SRC #+END_SRC
** Insert specific licenses in the current buffer
#+BEGIN_SRC emacs-lisp
(use-package xlicense
:bind
(:map gpolonkai/pers-map
("L" . insert-license)))
#+END_SRC
** Highlight TODO, FIXME, and XXX ** Highlight TODO, FIXME, and XXX
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp