From d6bce5d846852d3636fe48442b2d0548d1a1120e Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 23 Jun 2023 23:10:41 +0200 Subject: [PATCH] Hide org mode markup symbols ...and also bind `visible-mode` for when i want to see the markup. --- init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.org b/init.org index 00d9492..fcecaac 100644 --- a/init.org +++ b/init.org @@ -963,6 +963,8 @@ :defer t :config (setq org-adapt-indentation t + org-hide-leading-stars t + org-hide-emphasis-markers t org-src-fontify-natively t org-edit-src-content-indentation 0)) @@ -1966,6 +1968,7 @@ (define-key custom-bindings-map (kbd "M-]") 'other-frame) (define-key custom-bindings-map (kbd "C-j") 'newline-and-indent) (define-key custom-bindings-map (kbd "C-c s") 'ispell-word) + (define-key custom-bindings-map (kbd "C-c v") 'visible-mode) #+end_src