Enable org-id module by default

This commit is contained in:
Antoine Martin 2020-04-12 20:51:22 +02:00
parent 197b132429
commit 184e46f59a

View file

@ -11,6 +11,7 @@
- [[#org-mode][Org mode]] - [[#org-mode][Org mode]]
- [[#agenda-setup][Agenda setup]] - [[#agenda-setup][Agenda setup]]
- [[#journal][Journal]] - [[#journal][Journal]]
- [[#org-ids][Org IDs]]
- [[#doom-specific][Doom specific]] - [[#doom-specific][Doom specific]]
* Misc * Misc
@ -220,6 +221,15 @@ For [[https://github.com/bastibe/org-journal][org-journal]] I want weekly entrie
(add-to-list 'auto-mode-alist (cons org-journal-file-pattern 'org-journal-mode))) (add-to-list 'auto-mode-alist (cons org-journal-file-pattern 'org-journal-mode)))
#+END_SRC #+END_SRC
** Org IDs
Org can link to entries using UUIDs, but we need the module to be loaded for
links to work:
#+BEGIN_SRC emacs-lisp
(add-to-list 'org-modules 'org-id)
#+END_SRC
** Doom specific ** Doom specific
Doom replaces the default tab behavior on headings, this restores the default Doom replaces the default tab behavior on headings, this restores the default