-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29a5e56
commit d493e14
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,8 @@ chmod +x ./install-eaf.py | |
|
||
There are many useful flags available for `install-eaf.py`, check it yourself using `--help`. | ||
|
||
If you are using Wayland environment, you need to execute the command `cp -r emacs-application-framework/gnome-shell/[email protected] ~/.local/share/gnome-shell/extensions` and activate the Gnome-Shell plugin `[email protected]` in Gnome3. | ||
|
||
#### 3. Load EAF Core | ||
|
||
From here on, you can add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ EAF 是一个可编程扩展的框架,它自带一系列丰富的应用,你 | |
|
||
... 还有[很多](https://github.com/orgs/emacs-eaf/repositories)! | ||
|
||
### EAF在EmacsConf | ||
### EAF 在 EmacsConf | ||
|
||
| EmacsConf 2020: <a href="https://emacsconf.org/2020/talks/34/">用 EAF 扩展 Emacs 图形应用</a> | EmacsConf 2021: <a href="https://emacsconf.org/2021/talks/eaf/">EAF 2021 更新报告</a> | | ||
| :--------: | :----: | | ||
|
@@ -71,6 +71,8 @@ chmod +x ./install-eaf.py | |
|
||
`install-eaf.py`脚本有许多有用的选项,可以通过`--help`查看。 | ||
|
||
如果你使用 Wayland 环境, 你需要执行命令 `cp -r emacs-application-framework/gnome-shell/[email protected] ~/.local/share/gnome-shell/extensions` 并在 Gnome3 中激活 `[email protected]` 这个 Gnome-Shell 插件。 | ||
|
||
#### 3. 加载 EAF 核心 | ||
|
||
从这里开始,你可以把 EAF 加入 Emacs 的 ```load-path```,然后在 `init.el` 中写入: | ||
|