From 5d8719f8c7f42fce7ae3fad1d7f7d548ead21aa8 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Tue, 17 Feb 2015 17:24:40 +0100 Subject: [PATCH] Adding package for solidity-mode - A brief summary of what the package does: This is the language mode for the smart contracts language called Solidity used in the Ethereum network. - A direct link to the package repository: https://github.com/ethereum/emacs-solidity - Your association with the package (e.g., are you the maintainer? have you contributed? do you just like the package a lot?): I am the maintainer --- recipes/solidity-mode | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/solidity-mode diff --git a/recipes/solidity-mode b/recipes/solidity-mode new file mode 100644 index 00000000..547f3b1a --- /dev/null +++ b/recipes/solidity-mode @@ -0,0 +1,3 @@ +(solidity-mode + :repo "ethereum/emacs-solidity" + :fetcher github)