summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-31 22:55:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-02 15:11:32 -0700
commit0fe2039b950d4785bca85f28a3ee8d07dfb4fcf9 (patch)
tree92884f0b5af1dfd26fe704429206c876e80caf0c /.emacs.d/site-lisp
parent012705f53c06462c31e1baa093d95744ba3a9cba (diff)
downloaddotfiles-0fe2039b950d4785bca85f28a3ee8d07dfb4fcf9.tar.gz
transient-cycles: add dep on Emacs 27 for tab-bar functions we call
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index c3c63fff..304ef33f 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -4,6 +4,7 @@
;; Author: Sean Whitton <spwhitton@spwhitton.name>
;; Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+;; Package-Requires: ((emacs "27.1"))
;; Version: 1.0pre
;; URL: https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/transient-cycles.el
;; Keywords: window, minor-mode, convenience