Skip to content

Commit

Permalink
Set variable comment-use-syntax
Browse files Browse the repository at this point in the history
Closes GH-213.
  • Loading branch information
jrblevin committed Jun 29, 2017
1 parent ae5eeec commit e54619e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
a file. Thanks to Tianxiang Xiong for a patch.
([GH-200][], [GH-201][])
- Adaptive filling for Leanpub blocks.
- Set variable `comment-use-syntax`. ([GH-213][])

* Bug fixes:

Expand Down Expand Up @@ -234,6 +235,7 @@
[gh-200]: https://github.com/jrblevin/markdown-mode/issues/200
[gh-201]: https://github.com/jrblevin/markdown-mode/issues/201
[gh-209]: https://github.com/jrblevin/markdown-mode/issues/209
[gh-213]: https://github.com/jrblevin/markdown-mode/issues/213

# Markdown Mode 2.2

Expand Down
1 change: 1 addition & 0 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -8509,6 +8509,7 @@ position."
(make-local-variable 'comment-column)
(setq comment-column 0)
(set (make-local-variable 'comment-auto-fill-only-comments) nil)
(set (make-local-variable 'comment-use-syntax) t)
;; Syntax
(add-hook 'syntax-propertize-extend-region-functions
'markdown-syntax-propertize-extend-region)
Expand Down

0 comments on commit e54619e

Please sign in to comment.