Use // in asm comments
This commit is contained in:
parent
b3c99fc5ac
commit
4a931cac5f
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
|||
;; Ask if you want to quit emacs
|
||||
(setq confirm-kill-emacs 'my/yes-or-whatever-p)
|
||||
|
||||
;; Use // as comment in asm
|
||||
(add-hook 'asm-mode-hook
|
||||
(lambda () (setq comment-start "//"
|
||||
comment-end "")))
|
||||
|
||||
;; Nope function
|
||||
(defun nope ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue