Klimi's new dotfiles with stow.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

10 строки
324 B

5 лет назад
  1. (define-package "org-re-reveal" "20191020.1137" "Org export to reveal.js presentations"
  2. '((emacs "24.4")
  3. (org "8.3")
  4. (htmlize "1.34"))
  5. :keywords
  6. '("tools" "outlines" "hypermedia" "slideshow" "presentation" "oer")
  7. :url "https://gitlab.com/oer/org-re-reveal")
  8. ;; Local Variables:
  9. ;; no-byte-compile: t
  10. ;; End: