【问题】 启动 emacs 29 后,经常出现错误信息, Warning (initialization): An error occurred while loading ‘/Users/chenyibin/.emacs.d/init.el’:
Wrong type argument: stringp, adoc-mode
对 init.el 进行 debug 之后,发现是 straight.el 与 emacs 29 存在冲突。我把 straight.el 相关配置移除之后,没上就不报错了。
不知道其他人是否存在同样的情形?