diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-06 11:53:17 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-06 11:53:17 +0100 |
| commit | 38898f03c5a4ef5059678c1e2403a3e8d92eda24 (patch) | |
| tree | 80c9c00a195466fb43983ca83901886d3cb50173 /emacs/init.el | |
| parent | 175aa76475221aef6dd5c79d7051fb0dfe68701d (diff) | |
emacs: Hide Org emphasis markers
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 6 |
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 |
