Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 597 Bytes

README.org

File metadata and controls

22 lines (14 loc) · 597 Bytes

iMessage for emacs

A simple emacs interface for iMessage.

Requires helm and s.

Installation

  • Add imessage.el to your load path
  • (require ‘imessage)

Usage

M-x imessage

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:

(setq imessage-disable-service-check nil)