Skip to content

sahlhoff/imessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published