First commit.
This commit is contained in:
11
lisp/utilities/epc.el
Normal file
11
lisp/utilities/epc.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; 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
|
Reference in New Issue
Block a user