mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: pretty symbols for old and new style
org-mode recently changed the standard for naming blocks. Previously, it would use capitalized names; now it uses lower case names. E.g., #+BEGIN_SRC -> #+begin_src Also, add a "quote" symbol for the #+begin_quote block.
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
:name "»"
|
||||
:src_block "»"
|
||||
:src_block_end "«"
|
||||
:quote "“"
|
||||
:quote_end "”"
|
||||
;; Functional
|
||||
:lambda "λ"
|
||||
:def "ƒ"
|
||||
|
Reference in New Issue
Block a user