Add org-present, needs configuring still
This commit is contained in:
parent
8ac415fb48
commit
ef94ab803e
10
README.org
10
README.org
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue