summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el
index 334898b..393fc47 100644
--- a/emacs/custom/fcuny-org.el
+++ b/emacs/custom/fcuny-org.el
@@ -58,6 +58,9 @@
:custom
(org-directory fcuny/org-directory)
+ ;; hide emphasis markup
+ (org-hide-emphasis-markers t)
+
;; when archiving, inherit the tags from the parent
(org-archive-subtree-add-inherited-tags t)