mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #122 from bandresen/pr__lang-hy
Add lang/hy (hylang.org)
This commit is contained in:
@ -81,6 +81,7 @@
|
||||
emacs-lisp ; drown in parentheses
|
||||
go ; the hipster dialect
|
||||
haskell ; a language that's lazier than I am
|
||||
hy ; readability of scheme w/ speed of python
|
||||
java ; the poster child for carpal tunnel syndrome
|
||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
julia ; a better, faster MATLAB
|
||||
|
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)
|
Reference in New Issue
Block a user