Jumping to Next Slide

image

Jumping to Next Slide

https://www.bilibili.com/video/BV1oW411b7nk

;; jump-to-next-slide

(defun next-slide-number ()
  (incs (car (split-string (buffer-file-name-body) "-" ))))

(defun next-slide-path ()
  (car (file-expand-wildcards
	(concat "/talks/webrebels/" (next-slide-number) "-*"))))

(f6 (find-file (next-slide-path)))
posted @ 2023-04-28 18:47  lywon  阅读(3)  评论(0编辑  收藏  举报