https://github.com/sahlhoff/imessage
An iMessage interface for emacs
https://github.com/sahlhoff/imessage
applescript elisp emacs imessage
Last synced: 11 months ago
JSON representation
An iMessage interface for emacs
- Host: GitHub
- URL: https://github.com/sahlhoff/imessage
- Owner: sahlhoff
- Created: 2016-05-03T18:03:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T21:18:00.000Z (about 10 years ago)
- Last Synced: 2025-05-07T03:39:35.716Z (about 1 year ago)
- Topics: applescript, elisp, emacs, imessage
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* iMessage for emacs
A simple emacs interface for iMessage.
Requires helm and s.
* Installation
- Add imessage.el to your load path
- (require 'imessage)
* Usage
#+BEGIN_EXAMPLE
M-x imessage
#+END_EXAMPLE
There's cases where passing in the service ID will cause issues trying to send an SMS. The service ID is also only useful if there's more than one iCloud account set up on the Mac this is running on. So, by default, fetching the service is disabled. To enable it, you just have to set the variable to non-t:
#+BEGIN_EXAMPLE
(setq imessage-disable-service-check nil)
#+END_EXAMPLE