Merge pull request #4063 from gilbertw1/ligature-doc-fix

Fix ligature documentation typo
This commit is contained in:
Henrik Lissner 2020-10-09 18:14:22 -04:00 committed by GitHub
commit 739fb50b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,8 +172,8 @@ if you don't like the symbols chosen you can change them by using...
#+BEGIN_SRC emacs-lisp
;; you don't need to include all of them you can pick and mix
(plist-put +ligatures-extra-symbols
'(;; org
(plist-put! +ligatures-extra-symbols
;; org
:name "»"
:src_block "»"
:src_block_end "«"
@ -209,8 +209,7 @@ if you don't like the symbols chosen you can change them by using...
:diff ""
:tuple "⨂"
:pipe "" ;; FIXME: find a non-private char
:dot "•"))
;; you could also add your own if you want
:dot "•") ;; you could also add your own if you want
#+END_SRC
* TODO Troubleshooting