From d6283b3eed3f59106352b35ec8b6071d33b203bc Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 2 Apr 2021 21:18:00 -0400 Subject: [PATCH] Add org-present --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 2a30009..2fe2571 100644 --- a/config.org +++ b/config.org @@ -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. -- 2.39.2