Skip to content
Snippets Groups Projects
Commit f6a27fbc authored by Liu Miao's avatar Liu Miao
Browse files

add `prog-asm.el' for assembly programming.

parent b92d05af
No related merge requests found
;;; prog-asm.el --- Configuration for assembly code.
;;; Commentary:
;;; Code:
(use-package nasm-mode
:ensure t
:mode "\\.nasm\\'")
(provide 'prog-asm)
;;; prog-asm.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment