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
|
||||
(def-package! hexl-mode
|
||||
:mode "\\.hex$"
|
||||
:mode "\\.nes$")
|
||||
(def-package! hexl
|
||||
:mode ("\\.hex$" . hexl-mode)
|
||||
:mode ("\\.nes$" . hexl-mode))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue