summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-08 23:35:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-09 15:34:13 -0700
commit4eb7ae36bfd7b359c3b145dfcecb72381e60bbd0 (patch)
treea0ddafd0dfe3b5aea6a582e79d6f07f5702e4ade /.emacs.d/site-lisp
parentab77b5faebd426330a1b7f2c8fafba2f125f8601 (diff)
downloaddotfiles-4eb7ae36bfd7b359c3b145dfcecb72381e60bbd0.tar.gz
transient-cycles: add a changelog
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index b027018c..b4795b5c 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -62,6 +62,12 @@
;; previous buffers -- to the extent that doing so does not require saving a
;; lot of data when commencing transient cycling.
+;;; Changelog:
+
+;; Ver 1.0 YYYY/MM/DD Sean Whitton
+;; Initial release.
+;; Thanks to Protesilaos Stavrou for testing and docs feedback.
+
;;; Code:
(require 'ring)