summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-29 16:22:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-29 16:58:47 -0700
commit49314f5733362707795d6e244e9f63fc1db72a34 (patch)
tree5467c329e8499a6d5f9d6b5eae5b8e023399f950 /.emacs.d/site-lisp
parentbdd370317bee322958e2f2570c46cff76afd7d65 (diff)
downloaddotfiles-49314f5733362707795d6e244e9f63fc1db72a34.tar.gz
tidy up header for publication
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index d51b4125..1e6fab83 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -1,14 +1,13 @@
;;; transient-cycles.el --- Define command variants with transient cycling -*- lexical-binding: t -*-
-;; Copyright (C) 2020-2022 Sean Whitton
-;; (If extracting this functionality from my init.el works out, then I hope to
-;; submit it to GNU ELPA, so the copyright notice will change.)
+;; Copyright (C) 2020-2022 Free Software Foundation, Inc.
;; Author: Sean Whitton <spwhitton@spwhitton.name>
+;; Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+;; Version: 1.0pre
+;; URL: https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/transient-cycles.el
;; Keywords: window, minor-mode, convenience
-;; This file is NOT part of GNU Emacs.
-
;; This file 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