mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
5 lines
133 B
EmacsLisp
5 lines
133 B
EmacsLisp
;;; lang/assembly/autoload.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###autoload
|
|
(add-to-list 'auto-mode-alist '("\\.hax\\'" . haxor-mode))
|