mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add hexl-mode
This commit is contained in:
@ -19,6 +19,10 @@
|
||||
(def-docset! dockerfile-mode "docker")
|
||||
(def-builder! dockerfile-mode dockerfile-build-buffer "Dockerfile"))
|
||||
|
||||
;; For ROM hacking or debugging
|
||||
(use-package hexl-mode
|
||||
:mode ("\\.hex$" "\\.nes$"))
|
||||
|
||||
;;
|
||||
(def-project-type! ansible-mode "ans"
|
||||
:modes (yaml-mode)
|
||||
|
Reference in New Issue
Block a user