diff options
author | Blendoit <blendoit@gmail.com> | 2021-02-08 20:54:01 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-02-08 20:54:01 -0800 |
commit | 992e4b450cdb82570e2eaa67ccb6b3c1b3d462bd (patch) | |
tree | 39535c3d4fda27455cdd7eec175c5b3c10e81d40 | |
parent | 13918a560bdbe06e62edd8b6370ac078946613f2 (diff) |
We *don't* hide markup symbols lest we destroy table formatting!
-rw-r--r-- | smart-documents.org | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/smart-documents.org b/smart-documents.org index c598b57..e1b9b2a 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1045,14 +1045,6 @@ We then set values for many other Org-related cosmetic symbols. 'help-echo "Unfold section.")) #+END_SRC -*** Hide markup symbols - -We hide markup symbols. - -#+BEGIN_SRC emacs-lisp :tangle yes - (setq org-hide-emphasis-markers t) -#+END_SRC - *** Pretty LaTeX symbols We display LaTeX entities as UTF8 symbols \rArr this is a slick idea to |