0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-19 21:48:44 +00:00

Line with a single hash sign on it is a comment

* lisp/org.el (org-mode): Line with a single hash sign on it is a comment.
This commit is contained in:
Nicolas Goaziou 2012-08-19 11:07:50 +02:00
parent e8046d2f63
commit ecb8fbd7d5

View file

@ -5091,7 +5091,7 @@ The following commands are available:
;; Comments
(org-set-local 'comment-use-syntax nil)
(org-set-local 'comment-start "# ")
(org-set-local 'comment-start-skip "# ?")
(org-set-local 'comment-start-skip "#\\(?:[ \t]\\|$\\)")
(org-set-local 'comment-insert-comment-function 'org-insert-comment)
(org-set-local 'comment-region-function 'org-comment-or-uncomment-region)
(org-set-local 'uncomment-region-function 'org-comment-or-uncomment-region)