Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 373 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 373 Bytes

notification.el

setup emacs

(require 'notification)

show notification

$ telnet localhost 1743
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
{"title" : "hello", "description" : "world"}    -> show notification in emacs