Enable Org info and DOI links
This commit is contained in:
parent
0b23578182
commit
6451081c5f
|
@ -40,6 +40,7 @@
|
||||||
- [[#org-roam-ui][org-roam-ui]]
|
- [[#org-roam-ui][org-roam-ui]]
|
||||||
- [[#export-backends][Export backends]]
|
- [[#export-backends][Export backends]]
|
||||||
- [[#doom-specific][Doom specific]]
|
- [[#doom-specific][Doom specific]]
|
||||||
|
- [[#enable-some-link-modules-that-doom-disables-by-default][Enable some link modules that doom disables by default]]
|
||||||
- [[#bugfix][Bugfix]]
|
- [[#bugfix][Bugfix]]
|
||||||
- [[#magit][Magit]]
|
- [[#magit][Magit]]
|
||||||
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
|
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
|
||||||
|
@ -506,6 +507,13 @@ one. Taken from [[https://github.com/hlissner/doom-emacs/tree/develop/modules/la
|
||||||
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Enable some link modules that doom disables by default
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(add-to-list 'org-modules 'ol-info)
|
||||||
|
(add-to-list 'org-modules 'ol-doi)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Bugfix
|
*** Bugfix
|
||||||
|
|
||||||
Fix a bug with capture mode not working correctly when agenda is opened, stolen
|
Fix a bug with capture mode not working correctly when agenda is opened, stolen
|
||||||
|
|
Loading…
Reference in a new issue