Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xcodebuild/smart-im-osx

A emacs plugin to make your input method on Mac smarter.
https://github.com/xcodebuild/smart-im-osx

Last synced: 24 days ago
JSON representation

A emacs plugin to make your input method on Mac smarter.

Awesome Lists containing this project

README

        

![gpl](http://img.shields.io/:license-gpl-blue.svg)
# NOT MAINTAINED

Move to: [https://github.com/CodeFalling/fcitx-remote-for-osx](https://github.com/CodeFalling/fcitx-remote-for-osx)

# What is this?

Smart-im-osx is a emacs plugin to make your input method on Mac smarter.

For now,it only has support for `evil-mode`.More features will be add soon.

It is **Mac-only**.

# Installation

```bash
make
make install
```

You can also only execute `make install` because there is already a prebuild binary file.

# Setup

```elisp
(add-to-list 'load-path "/path/to/fcitx.el")
(require 'smart-im-osx)
(smart-im-osx-enable-for-evil)
```

# What should I do if my default keyboard is not US English?

`(setq smart-im-osx-us-keyboard-name )`

You can run `im-select` in this project to get current input method's id.