summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-29 17:14:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-29 17:14:35 -0700
commit7f5c6c24c35d648e74a993b7c0ac93100b3fde13 (patch)
treef3a869f50b545e8e17ce76fee7095beabbc95c00 /.emacs.d/site-lisp
parentc54e5e5bbdf3e93e5835550e586b731df1fa9cd9 (diff)
downloaddotfiles-7f5c6c24c35d648e74a993b7c0ac93100b3fde13.tar.gz
import missing libs
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index 1e6fab83..5b32ebb3 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -63,6 +63,8 @@
;;; Code:
+(require 'ring)
+(require 'subr-x)
(require 'cl-lib)
(defgroup transient-cycles nil