mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #2822 from UndeadKernel/fix-org_pretty_code
lang/org: pretty symbols for the old and new word case style
This commit is contained in:
@ -163,8 +163,15 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
||||
|
||||
(set-pretty-symbols! 'org-mode
|
||||
:name "#+NAME:"
|
||||
:name "#+name:"
|
||||
:src_block "#+BEGIN_SRC"
|
||||
:src_block_end "#+END_SRC"))
|
||||
:src_block "#+begin_src"
|
||||
:src_block_end "#+END_SRC"
|
||||
:src_block_end "#+end_src"
|
||||
:quote "#+BEGIN_QUOTE"
|
||||
:quote "#+begin_quote"
|
||||
:quote_end "#+END_QUOTE"
|
||||
:quote_end "#+end_quote"))
|
||||
|
||||
|
||||
(defun +org-init-babel-h ()
|
||||
|
@ -5,6 +5,8 @@
|
||||
:name "»"
|
||||
:src_block "»"
|
||||
:src_block_end "«"
|
||||
:quote "“"
|
||||
:quote_end "”"
|
||||
;; Functional
|
||||
:lambda "λ"
|
||||
:def "ƒ"
|
||||
|
Reference in New Issue
Block a user