ENH hide org formatting by default

This commit is contained in:
Nathan Dwarshuis 2022-09-17 19:07:01 -04:00
parent 8c486c6aa2
commit 54bbdfa056
1 changed files with 9 additions and 0 deletions

View File

@ -2234,6 +2234,15 @@ Some common functions that I use often that don't seem to exist
(org-up-heading-safe))) (org-up-heading-safe)))
(message "Not on a headline"))) (message "Not on a headline")))
#+end_src #+end_src
*** emphasis
:PROPERTIES:
:ID: 79057ff5-1592-4bfb-8c5b-82d037d00439
:CREATED: [2022-09-17 Sat 19:02]
:END:
Make text more compact by hiding format characters
#+begin_src emacs-lisp
(setq org-hide-emphasis-markers t)
#+end_src
** calfw ** calfw
:PROPERTIES: :PROPERTIES:
:ID: 57d3105c-eab1-4784-ab27-cf63e6c56b05 :ID: 57d3105c-eab1-4784-ab27-cf63e6c56b05