diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-14 19:38:23 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-03-14 19:38:23 -0700 |
commit | 547011c350d10267903e428d867d2bdcbf093583 (patch) | |
tree | 63eaa8cebdd9d30113e456c73a0b646b945a4b8d | |
parent | emacs: update configuration for modus-themes (diff) | |
download | emacs.d-547011c350d10267903e428d867d2bdcbf093583.tar.gz |
org: hide emphasis markup
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-org.el | 3 |
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) |