diff --git a/README.md b/README.md index 590e470..3862635 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository contains the 'channel.json' file which lists all official micro | `quickfix` | Adds a functionality similar to VIM quickfix pane | https://github.com/serge-v/micro-quickfix | :heavy_check_mark: | | `jump` | Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages | https://github.com/terokarvinen/micro-jump | :heavy_check_mark: | | `detectindent` | Automatically detect indentation settings | https://github.com/dmaluka/micro-detectindent | :heavy_check_mark: | - +| `emacs_select` | Emacs-style selection for Micro | https://github.com/kesslern/micro-emacs-select | :heavy_check_mark: | ## Adding your own plugin diff --git a/channel.json b/channel.json index 353e702..2f483e0 100644 --- a/channel.json +++ b/channel.json @@ -84,5 +84,8 @@ "https://raw.githubusercontent.com/terokarvinen/micro-jump/main/repo.json", // detectindent plugin - "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json" + "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json", + + // emacs_select plugin + "https://raw.githubusercontent.com/kesslern/micro-emacs-select/main/repo.json" ]