gpt4 book ai didi

emacs - 无法打开加载文件 :/yasnippet

转载 作者:行者123 更新时间:2023-12-01 09:19:33 25 4
gpt4 key购买 nike

每次启动 emacs 时我都会收到此消息

Emacs 24.2
Win7 64 and Ubuntu 12.10
yasnippet 0.8.0 installed with package-list

有办法解决吗?

最佳答案

yasnippet 在与 elpa 一起安装时不会自动初始化,我觉得这很不寻常。您仍然需要将 yasnippet 目录添加到您的加载路径中。

这是我在 .emacs 中的设置

;; yasnippet
(add-to-list 'load-path "~/.emacs.d/elpa/yasnippet-0.8.0")
(require 'yasnippet)
(setq yas-snippet-dirs '("~/.emacs.d/elpa/yasnippet-0.8.0/snippets" "~/Dropbox/Applications/Customise/emacs/myyassnipets"))
(yas-global-mode 1)

关于emacs - 无法打开加载文件 :/yasnippet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14684971/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com