diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 20fc0e0..27cab46 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -345,6 +345,12 @@ Case-sensitive search by default and show match count in minibuffer. <<org-babel-settings>>) #+end_src +Hide emphasis markers and set ellipse symbol. +#+begin_src elisp :tangle no :noweb-ref org-settings + (setq-default org-ellipsis "⤵" + org-hide-emphasis-markers t) +#+end_src + Enable checkbox dependency checking. #+begin_src elisp :tangle no :noweb-ref org-settings (setq-default org-enforce-todo-dependencies t |
