mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix ligature documentation typo
Fixes 4061
This commit is contained in:
@ -172,8 +172,8 @@ if you don't like the symbols chosen you can change them by using...
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; you don't need to include all of them you can pick and mix
|
;; you don't need to include all of them you can pick and mix
|
||||||
(plist-put +ligatures-extra-symbols
|
(plist-put! +ligatures-extra-symbols
|
||||||
'(;; org
|
;; org
|
||||||
:name "»"
|
:name "»"
|
||||||
:src_block "»"
|
:src_block "»"
|
||||||
:src_block_end "«"
|
:src_block_end "«"
|
||||||
@ -209,8 +209,7 @@ if you don't like the symbols chosen you can change them by using...
|
|||||||
:diff "∖"
|
:diff "∖"
|
||||||
:tuple "⨂"
|
:tuple "⨂"
|
||||||
:pipe "" ;; FIXME: find a non-private char
|
:pipe "" ;; FIXME: find a non-private char
|
||||||
:dot "•"))
|
:dot "•") ;; you could also add your own if you want
|
||||||
;; you could also add your own if you want
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* TODO Troubleshooting
|
* TODO Troubleshooting
|
||||||
|
Reference in New Issue
Block a user