在使用 straight.el 时,Emacs 本身自带的包是否还需要设置为从远程 Git 仓库抓取?

比如,org-mode、elgot、use-package 等。

straight.el 本身提供了直接使用 Emacs 自带的包的写法:

(straight-use-package '(org :type built-in))