diff options
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 |
