;;; copyright.el --- Insert a Guix copyright. ;; Copyright © 2020 Oleg Pykhalov ;; This file is part of GNU Guix. ;; GNU Guix is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Guix is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;;; Commentary: ;; This package provides skeleton to insert a copyright with `guix-copyright'. ;;; Code: (define-skeleton guix-copyright "Insert a copyright by $USER notice at cursor." "FULL_NAME : " comment-start ";; Copyright © " `(format-time-string "%Y") " " (or (format "%s <%s>" user-full-name user-mail-address) str) comment-end) ;;; copyright.el ends here 5de1d1481b1e7dc3482281a801fa3a0c64'>refslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré A. Gomes <andremegafone@gmail.com>2023-01-02 14:06:47 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2023-01-02 15:56:49 +0100
commitf87bc05de1d1481b1e7dc3482281a801fa3a0c64 (patch)
tree43d6d39d8c73a71e0eb7bbf679c59e701eba0c9d /gnu/packages
parent8aa104752cb6a61f2ac689c31ac627ccab32f7fe (diff)
downloadguix-f87bc05de1d1481b1e7dc3482281a801fa3a0c64.tar.gz
guix-f87bc05de1d1481b1e7dc3482281a801fa3a0c64.zip
Add cl-history-tree.
* gnu/packages/lisp-xyz.scm (sbcl-history-tree, cl-history-tree, ecl-history-tree): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages')