]> git.armaanb.net Git - config.org.git/commitdiff
Add org-present
authorArmaan Bhojwani <me@armaanb.net>
Sat, 3 Apr 2021 01:18:00 +0000 (21:18 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 3 Apr 2021 01:18:00 +0000 (21:18 -0400)
config.org

index 2a300090adde83cb400bf2cbd348234c38ad0002..2fe2571c2d9265c25e5ca965605d10a753f98ef2 100644 (file)
@@ -298,6 +298,11 @@ Add back C-a/C-x
     (add-to-list 'org-structure-template-alist '("ro" . "src plain :tangle ~/.config/rofi/config.rasi"))
     (add-to-list 'org-structure-template-alist '("za" . "src plain :tangle ~/.config/zathura/zathurarc")))
 #+end_src
+** Presentations
+#+begin_src emacs-lisp
+  (use-package org-present
+    :straight (org-present :type git :host github :repo "rlister/org-present"))
+#+end_src
 * Autocompletion
 ** Ivy
 Simple, but not too simple autocompletion.