(Emacs/lang)~NHexl now works on .out files as well

This commit is contained in:
2024-04-18 14:53:07 +06:30
parent 381199ea85
commit 592433f91e

View File

@@ -141,7 +141,7 @@ the [[https://elpa.gnu.org/packages/nhexl-mode.html][page]] yourself.
#+begin_src emacs-lisp
(use-package nhexl-mode
:straight t
:mode "\\.bin")
:mode ("\\.bin" "\\.out"))
#+end_src
* C/C++
Setup for C and C++ modes, using Emacs' default package: cc-mode.