summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-28 12:15:28 +0200
committerBastien <bzg@gnu.org>2018-04-28 12:15:28 +0200
commit65d70388abe7d2fd7bc1186e4e5997f92610186e (patch)
tree1200659148c94bc12a3e944af17d2a050201e686
parent8f572aa23b3d21dce146bfac317a704e526d1801 (diff)
downloadorg-mode-65d70388abe7d2fd7bc1186e4e5997f92610186e.tar.gz
.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.
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 899ba75..0a3f083 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -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)))