imessage
imessage copied to clipboard
An iMessage interface for emacs
- 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