Use // in asm comments

This commit is contained in:
madmaurice 2018-09-08 02:08:17 +02:00
parent b3c99fc5ac
commit 4a931cac5f

View file

@ -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)