mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
4
.emacs.d/modules/lang/assembly/autoload.el
Normal file
4
.emacs.d/modules/lang/assembly/autoload.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;;; lang/assembly/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.hax\\'" . haxor-mode))
|
||||
6
.emacs.d/modules/lang/assembly/packages.el
Normal file
6
.emacs.d/modules/lang/assembly/packages.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/assembly/packages.el
|
||||
|
||||
(package! mips-mode)
|
||||
(package! haxor-mode)
|
||||
(package! nasm-mode)
|
||||
Reference in New Issue
Block a user