Skip to content

Commit

Permalink
Update readme for Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 19, 2022
1 parent 29a5e56 commit d493e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
4 changes: 3 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> |
| :--------: | :----: |
Expand Down Expand Up @@ -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` 中写入:
Expand Down

0 comments on commit d493e14

Please sign in to comment.