Move org and evil mode integration to wiki

master
Mingde (Matthew) Zeng 6 years ago
parent 78ae3cb88d
commit 4c9ceda596
  1. 26
      README.md
  2. 23
      README.zh-CN.md

@ -215,32 +215,6 @@ If you use Socks5 as local proxy, one can set proxy type with:
(setq eaf-proxy-type "socks5")
```
### Integration with evil-mode
Enable with
```elisp
(require 'eaf-evil)
```
eaf-evil will dynamically rebind eaf keybindings so that evil-mode works nicely in normal state.
### Integration with Org Mode
Enable with
```elisp
(require 'eaf-org)
```
Support `org-store-link` and `org-link-open` mechanism.
Currently support following applications:
- web browser support
- pdf-viewer support jump to page number
- js-video-player support jump to video timestamp
- on theory supports all EAF applications without extra argument which has `eaf--buffer-url`
## EAF in the community
A list of other community packages that use EAF to enhance their graphical experiences!

@ -213,29 +213,6 @@ Markdown预览程序依赖grip,你需要访问[Github Personal access token](h
(setq eaf-proxy-type "socks5")
```
### evil-mode 集成
开启办法:
```elisp
(require 'eaf-evil)
```
eaf-evil 会动态查询 eaf 应用的按键绑定, 使得 evil 在 normal 模式下也能够很好的支持 eaf 应用。
### Org Mode 集成
加载 `eaf-org` 来启用:
```elisp
(require 'eaf-org)
```
当前支持如下应用:
- web browser 链接支持
- pdf-viewer 跳转到记录的标记页面
- js-video-player 跳转到记录的视频时间戳
- 理论上支持所有EAF应用(只要应用有 `eaf--buffer-url` 参数值)
## EAF社区
下面列表列展示了EAF在Emacs社区的应用。如果我们遗漏你的应用,欢迎提交PR来加到下面列表中。

Loading…
Cancel
Save