Skip to content

Commit 3e232ed

Browse files
committed
Autoload all our transient prefixes
1 parent 78a793d commit 3e232ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

beframe-transient.el

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
;; TODO 2025-01-23: How to process the prefix argument in a transient?
3333

34+
;;;###autoload (autoload 'beframe-transient-assume "beframe-transient")
3435
(transient-define-prefix beframe-transient-assume nil
3536
"Beframe commands to assume buffers."
3637
["Beframe"
@@ -41,6 +42,7 @@
4142
("a" "All the buffers from EVERYWHERE" beframe-assume-all-buffers-no-prompts)
4243
("r" "All buffer NAMES matching the REGEXP" beframe-assume-buffers-matching-regexp)]])
4344

45+
;;;###autoload (autoload 'beframe-transient-unassume "beframe-transient")
4446
(transient-define-prefix beframe-transient-unassume nil
4547
"Beframe commands to unassume buffers."
4648
["Beframe"

0 commit comments

Comments
 (0)