summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-03-14 19:38:23 -0700
committerFranck Cuny <franck@fcuny.net>2021-03-14 19:38:23 -0700
commit547011c350d10267903e428d867d2bdcbf093583 (patch)
tree63eaa8cebdd9d30113e456c73a0b646b945a4b8d /emacs/custom
parentemacs: update configuration for modus-themes (diff)
downloademacs.d-547011c350d10267903e428d867d2bdcbf093583.tar.gz
org: hide emphasis markup
Diffstat (limited to 'emacs/custom')
-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)