Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xcodebuild/smart-im-osx
- Owner: xcodebuild
- License: gpl-3.0
- Created: 2015-08-04T14:28:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T12:54:56.000Z (about 9 years ago)
- Last Synced: 2024-04-24T11:13:39.216Z (8 months ago)
- Language: Emacs Lisp
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![gpl](http://img.shields.io/:license-gpl-blue.svg)
# NOT MAINTAINEDMove 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.