|
|
|
@ -881,9 +881,11 @@ |
|
|
|
org-startup-folded t) |
|
|
|
org-startup-folded t) |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
*** Cosmetics |
|
|
|
*** 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 |
|
|
|
#+begin_src emacs-lisp |
|
|
|
(setq org-ellipsis "…") |
|
|
|
(setq org-ellipsis "…" |
|
|
|
|
|
|
|
org-adapt-indentation t) |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
*** Ligatures [not in working order] |
|
|
|
*** Ligatures [not in working order] |
|
|
|
These require a patched ~hackminus~ font. Too bad it does not work |
|
|
|
These require a patched ~hackminus~ font. Too bad it does not work |
|
|
|
|