mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix parenthesis mismatch.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
(set-syntax-table (make-syntax-table asm-mode-syntax-table))
|
||||
(modify-syntax-entry asm-comment-char "< b")
|
||||
;; Fix one level comments.
|
||||
(set (make-local-variable #'comment-start) (string asm-comment-char)))
|
||||
(set (make-local-variable #'comment-start) (string asm-comment-char))))
|
||||
|
||||
(provide 'module-asm)
|
||||
;;; module-asm.el ends here
|
||||
|
Reference in New Issue
Block a user