Adding logbook icon

This commit is contained in:
James Patrick 2024-02-03 15:40:18 -05:00 committed by James Patrick
parent d912db5c21
commit b72e997d89
2 changed files with 2 additions and 0 deletions

View File

@ -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" . )))))

View File

@ -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" . ?»)))))