[org-mode] Set default indentation option

master
Jacopo De Simoi 3 years ago
parent a6a7b71611
commit 40d3366d16
  1. 6
      global.org

@ -881,9 +881,11 @@
org-startup-folded t)
#+end_src
*** Cosmetics
Change the default ellipsis ~...~ to the unicode ellipsis ~…~
Change the default ellipsis ~...~ to the unicode ellipsis ~…~ and
set my preferred indentation
#+begin_src emacs-lisp
(setq org-ellipsis "…")
(setq org-ellipsis "…"
org-adapt-indentation t)
#+end_src
*** Ligatures [not in working order]
These require a patched ~hackminus~ font. Too bad it does not work

Loading…
Cancel
Save