lang/hy: initial commit

This commit is contained in:
Benjamin Andresen 2017-06-24 18:07:54 +02:00
parent 383d7dbddb
commit b882e6b24a
2 changed files with 7 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)