Remove :lang assembly

This module is too trivial, and provides nothing that the user couldn't
install themselves.
This commit is contained in:
Henrik Lissner 2020-04-23 17:34:17 -04:00
parent 17dd1c6527
commit 2d766cfa0c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 0 additions and 15 deletions

View file

@ -1,4 +0,0 @@
;;; lang/assembly/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.hax\\'" . haxor-mode))

View file

@ -1,6 +0,0 @@
;; -*- no-byte-compile: t; -*-
;;; lang/assembly/packages.el
(package! mips-mode :pin "75152fc78b")
(package! haxor-mode :pin "6fa25a8e6b")
(package! nasm-mode :pin "65ca6546fc")