Merge pull request #122 from bandresen/pr__lang-hy
Add lang/hy (hylang.org)
This commit is contained in:
commit
12025511a1
3 changed files with 8 additions and 0 deletions
4
modules/lang/hy/config.el
Normal file
4
modules/lang/hy/config.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; lang/hy/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! hy-mode
|
||||
:mode "\\.hy$")
|
3
modules/lang/hy/packages.el
Normal file
3
modules/lang/hy/packages.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
;;; lang/hy/packages.el -*- no-byte-compile: t; -*-
|
||||
|
||||
(package! hy-mode)
|
Loading…
Add table
Add a link
Reference in a new issue