lang/data: fix hexl-mode
This commit is contained in:
parent
aa6ecaa68e
commit
89db7ac2b9
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue