这样好像还是不行
只要对org-roam的部分进行了任何改动,就会导致org-mode加载不了。
我之前将org-fancy-priorities这个包整个注释掉了,但是这个改动没有使org-mode无法加载。
这样好像还是不行
只要对org-roam的部分进行了任何改动,就会导致org-mode加载不了。
我之前将org-fancy-priorities这个包整个注释掉了,但是这个改动没有使org-mode无法加载。
这条语句我的理解是在初始化之后加载org-roam,我把它给注释掉了,在我的Linux设备上(台式和笔记本)是可以的。 要是不用的话,可以先考虑删掉,连同下面的org-roam-server.
很奇怪,这个错误不出现在MacOS中,倒是在这个系统中出现了一些包不能安装的问题:比如:undo-tree, goto-chg, dired-git-info, rainbow-mode, memory-usage, csv-mode. 我更换了源melpa就好了。
目前不用org,我把init.el里的 'require init-org给注释了
最后使用比较笨的方法(org-roam-mode -1)
解决了这个问题。
你好,又要麻烦你了,python-mode下pyright启动失败,错误信息如下: Error: Cannot find module ‘worker_threads’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object.5013 (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-langserver.js:1:561) at s (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-langserver.js:1:687) at Object.8863 (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-internal.js:1:780758) at s (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-langserver.js:1:687) at Object.5822 (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-langserver.js:1:46) at s (/home/test/.emacs.d/.cache/lsp/npm/pyright/lib/node_modules/pyright/dist/pyright-langserver.js:1:687)
Process pyright stderr finished
这是pyright的报错,尝试升级或者重装pyright: M-x lsp-update-server
.
M-x lsp-update-server重装之后还是和上面的一样的错误
删除pyright重装试试,这是server的错误,我也无能为力。
感谢,回头看看github上pyright有没有问题,没有的话就提个issue
我的Linux (Ubuntu 20.04, Emacs 27.1)下安装Centaur Emacs需要先手动创建一个文件夹:~/org 以及安装sqlite3 (sudo apt install sqlite3)
github上提的issue:language server has something wrong, restart repeat · Issue #1092 · microsoft/pyright · GitHub
看看日志报错是什么
我今天在macOS Big Sur上重新build了pdf-tools,没有发现这个问题。google下,试试这个
brew install gettext
卸载了重装了好了。。没问题了
现在打开magit 会报错。。clone 下来什么都没改
package reinstall with-editor 后 问题解决了 !!!!
还有个疑问 custom.el 从 example.el 拷贝出来当做配置文件
custom-post.el 的作用是什么呢
可以先仔细阅读下README。
custom.el是用户自定义的配置,custom-post.el 会在 after-init-hook
中调用。
今天更新之后出现的问题,不过没影响到常的功能 Error running timer ‘lsp–on-idle’: (wrong-type-argument plistp (-0.06))