summaryrefslogtreecommitdiffstats
path: root/content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
commit1e5f8eb33bc41cb59faf059e83701152785cabea (patch)
tree45867273ac2178285be840764f7962d2b55556c6 /content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md
downloadblog-1e5f8eb33bc41cb59faf059e83701152785cabea.tar.gz
blog-1e5f8eb33bc41cb59faf059e83701152785cabea.zip
Initial commit
Diffstat (limited to 'content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md')
-rw-r--r--content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md b/content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md
new file mode 100644
index 0000000..e3dfb40
--- /dev/null
+++ b/content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md
@@ -0,0 +1,21 @@
+---
+abbrlink: 717508352
+categories:
+- 往昔
+date: "2025-04-29 10:02:49"
+tags:
+- Emacs
+- Linux
+title: Emacs EAF插件打开浏览器只显示opening http://xxx.xxx的解决方法
+---
+检查是否安装全部依赖,如yay、pip等。我这里是由于没有安装pip导致的。
+
+`sudo pacman -S python-pip`
+
+安装好后,进入eaf安装目录
+
+`cd ~/.emacs.d/site-lisp/emacs-application-framework && ./install-eaf.py`
+
+重新安装eaf。等待脚本运行完成,打开emacs,输入`M-x eaf-install-and-update`,等待执行完成。
+
+重新输入`M-x eaf-open-browser`,输入网址,即可正常访问网页。