Skip to content

Commit

Permalink
emacs comment commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Tourret committed Jan 30, 2020
1 parent 9bfb497 commit b5766ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion isar-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@
(setq major-mode 'isar-mode)
(setq isar-name "isar")
(setq mode-name "Isar")
(setq-local comment-start "(* ")
(setq-local comment-end " *)")
(setq-local comment-start-skip "(\\*+[ \t]*")
(setq-local comment-style 'multi-line)
(unicode-tokens-mode 1)
(run-hooks 'isar-mode-hook))

Expand All @@ -421,4 +425,4 @@

(provide 'isar-mode)

;;; isar-mode.el ends here
;;; isar-mode.el ends here

0 comments on commit b5766ef

Please sign in to comment.