mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/data: fix hexl-mode
This commit is contained in:
@ -38,9 +38,9 @@
|
|||||||
|
|
||||||
|
|
||||||
;; For ROM hacking or debugging
|
;; For ROM hacking or debugging
|
||||||
(def-package! hexl-mode
|
(def-package! hexl
|
||||||
:mode "\\.hex$"
|
:mode ("\\.hex$" . hexl-mode)
|
||||||
:mode "\\.nes$")
|
:mode ("\\.nes$" . hexl-mode))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user