mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-12 16:24:10 +00:00
.dir-locals.el: Don't hide emphasis markers
This is needed so that e.g. emphasis markers in org-manual.org tables don't create text changes that should be ignored.
This commit is contained in:
parent
8f572aa23b
commit
65d70388ab
@ -10,7 +10,8 @@
|
||||
(indent-tabs-mode)
|
||||
(org-edit-src-content-indentation . 0)
|
||||
(org-adapt-indentation)
|
||||
(org-list-description-max-indent . 5)))
|
||||
(org-list-description-max-indent . 5)
|
||||
(org-hide-emphasis-markers . nil)))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user