Doom emacs 创建一个链接到 info

Emacs -Q 启动 org-mode 下 [[info:elisp]] , 然后 C-c C-o 能够打开 elsp 的info

可是在Doom里面, [[info:elisp]] 不是一个链接,要怎么设置才能够让 doom 把它识别成一个链接呢

C-x C-e (eval-last-sexp) not working?

(info "(elisp) Version Info")

我按照你的方法试了一下,是可以的 可我想知道的是 为什么 doom 不能 把[[info:elisp]]当成一个链接呢

See SPC h v org-modules (or C-h v org-modules )

The fix: (add-to-list 'org-modules 'ol-info)

thanks for sharing, you inspired me to understand what org-pdftools is all about.