Merge pull request #122 from bandresen/pr__lang-hy

Add lang/hy (hylang.org)
This commit is contained in:
Henrik Lissner
2017-06-25 02:18:20 +02:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
;;; lang/hy/config.el -*- lexical-binding: t; -*-
(def-package! hy-mode
:mode "\\.hy$")

View File

@@ -0,0 +1,3 @@
;;; lang/hy/packages.el -*- no-byte-compile: t; -*-
(package! hy-mode)