summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-07-06 11:53:17 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-07-06 11:53:17 +0100
commit38898f03c5a4ef5059678c1e2403a3e8d92eda24 (patch)
tree80c9c00a195466fb43983ca83901886d3cb50173
parent175aa76475221aef6dd5c79d7051fb0dfe68701d (diff)
emacs: Hide Org emphasis markers
-rw-r--r--emacs/init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index a9191ae..305e077 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -213,7 +213,11 @@
;; Org
-(use-package org :custom (org-startup-folded 'showall) :defer t)
+(use-package org
+ :custom
+ ((org-hide-emphasis-markers t)
+ (org-startup-folded 'showall))
+ :defer t)
;; Rust