Explorar o código

.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.
Bastien %!s(int64=6) %!d(string=hai) anos
pai
achega
65d70388ab
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .dir-locals.el

+ 2 - 1
.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)))