General refactor & cleanup

This commit is contained in:
Henrik Lissner
2018-02-14 07:42:22 -05:00
parent bac73ec938
commit 6c4e048c23
9 changed files with 26 additions and 21 deletions

View File

@ -34,8 +34,7 @@
:mode "/Dockerfile$")
;; For ROM hacking or debugging
(def-package! hexl
(def-package! hexl ; For ROM hacking or debugging
:mode ("\\.hex$" . hexl-mode)
:mode ("\\.nes$" . hexl-mode))