Skip to content

Commit

Permalink
Add autoloads for presenter(-design)?-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Mar 5, 2024
1 parent 491829b commit 49ff6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions presenter-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ May return incorrect results at end of slide."
(setq presenter-title-delimiters
(or presenter-title-delimiters title-delims))))

;;;###autoload
(define-minor-mode presenter-mode
"Prepare the current buffer for presentations."
:lighter " 🎥"
Expand Down Expand Up @@ -421,6 +422,7 @@ May return incorrect results at end of slide."
(define-key map (kbd "C-c C-3") #'presenter-insert-pair-3)
map))

;;;###autoload
(define-minor-mode presenter-design-mode
"Work on the current buffer for presentations."
:lighter " 🎥 -design"
Expand Down

0 comments on commit 49ff6ed

Please sign in to comment.