Add org-present, needs configuring still

This commit is contained in:
Evie Litherland-Smith 2024-01-12 07:13:16 +00:00
parent 8ac415fb48
commit ef94ab803e

View file

@ -5,7 +5,7 @@
#+property: header-args:emacs-lisp :tangle yes :mkdirp yes :results output silent
* Setup
Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia/nixos/src/branch/main/home/emacs.nix][NixOS config]], otherwise add src_emacs-lisp{(org-babel-load-file "~/.emacs/README.org")} to init file.
Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia/nixos/src/branch/main/home/emacs.nix][NixOS config]], otherwise add =(org-babel-load-file "~/.emacs/README.org")= to init file.
* Common defaults
#+begin_src emacs-lisp :results output silent
@ -512,6 +512,14 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(org-journal-file-type 'monthly)
(org-journal-file-format "%Y-%m.org"))
#+end_src
** org-present
#+begin_src emacs-lisp
(use-package org-present
:ensure t
:after org
:commands (org-present))
#+end_src
** Capture templates
#+begin_src emacs-lisp :results output silent
(setq org-capture-templates