From 4c9ceda596c492712e640821c5dc2546f6fbd0b5 Mon Sep 17 00:00:00 2001 From: "Mingde (Matthew) Zeng" Date: Sat, 13 Jun 2020 00:04:15 -0400 Subject: [PATCH] Move org and evil mode integration to wiki --- README.md | 26 -------------------------- README.zh-CN.md | 23 ----------------------- 2 files changed, 49 deletions(-) diff --git a/README.md b/README.md index 8e18b15..2d44a08 100644 --- a/README.md +++ b/README.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! diff --git a/README.zh-CN.md b/README.zh-CN.md index c88e3fe..51d79ac 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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来加到下面列表中。