diff --git a/emacs/+orgmode.el b/emacs/+orgmode.el index c81e78e..cba75d1 100644 --- a/emacs/+orgmode.el +++ b/emacs/+orgmode.el @@ -121,6 +121,7 @@ ;; multi-character strings can be used with something like this: ;; ("#+begin_src" . ,(yant/str-to-glyph "```")) ("#+end_src" . ?⎣) ;; ⎣ ✐ + (":LOGBOOK:" . ?) ;; ("#+header:" . ,rasmus/ob-header-symbol) ("#+begin_quote" . ?«) ("#+end_quote" . ?»))))) diff --git a/emacs/config.org b/emacs/config.org index 5a6d272..c1c6776 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -750,6 +750,7 @@ this makes the beginning / ending of both source and quote blocks, & headers for ;; multi-character strings can be used with something like this: ;; ("#+begin_src" . ,(yant/str-to-glyph "```")) ("#+end_src" . ?⎣) ;; ⎣ ✐ + (":LOGBOOK:" . ?) ;; ("#+header:" . ,rasmus/ob-header-symbol) ("#+begin_quote" . ?«) ("#+end_quote" . ?»)))))