12 lines
267 B
EmacsLisp
12 lines
267 B
EmacsLisp
;;; epc.el --- RPC stack for Emacs -*- lexical-binding: t; -*-
|
|
;;; Commentary: This program is an asynchronous RPC stack for Emacs
|
|
;;; Code: https://github.com/kiwanami/emacs-epc
|
|
|
|
(use-package epc
|
|
:disabled
|
|
:defer)
|
|
|
|
|
|
(provide 'utilities/epc)
|
|
;;; epc.el ends here
|