Enable org-id module by default
This commit is contained in:
parent
197b132429
commit
184e46f59a
10
config.org
10
config.org
|
@ -11,6 +11,7 @@
|
|||
- [[#org-mode][Org mode]]
|
||||
- [[#agenda-setup][Agenda setup]]
|
||||
- [[#journal][Journal]]
|
||||
- [[#org-ids][Org IDs]]
|
||||
- [[#doom-specific][Doom specific]]
|
||||
|
||||
* 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)))
|
||||
#+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 replaces the default tab behavior on headings, this restores the default
|
||||
|
|
Loading…
Reference in a new issue