Set org-ellipsis to the unicode version

master
Jacopo De Simoi 8 years ago
parent b0b4804c89
commit 5c1501465d
  1. 5
      global.org

@ -453,6 +453,11 @@
#+BEGIN_SRC emacs-lisp
(add-hook 'org-mode-hook 'turn-on-auto-fill)
#+END_SRC
*** Cosmetics
Change the default ellipsis ~...~ to the unicode ellipsis ~…~
#+BEGIN_SRC emacs-lisp
(setq org-ellipsis "…")
#+END_SRC
*** Ligatures
These require a patched ~hackminus~ font
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save