aboutsummaryrefslogtreecommitdiffstats
path: root/content/posts/Emacs-EAF插件打开浏览器只显示opening-http-xxx-xxx的解决方法.md
blob: a01e0c703774194941cf4c926c9b891d42ccfcad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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`,输入网址,即可正常访问网页。