Adding logbook icon
This commit is contained in:
parent
d912db5c21
commit
b72e997d89
|
@ -121,6 +121,7 @@
|
||||||
;; multi-character strings can be used with something like this:
|
;; multi-character strings can be used with something like this:
|
||||||
;; ("#+begin_src" . ,(yant/str-to-glyph "```"))
|
;; ("#+begin_src" . ,(yant/str-to-glyph "```"))
|
||||||
("#+end_src" . ?⎣) ;; ⎣ ✐
|
("#+end_src" . ?⎣) ;; ⎣ ✐
|
||||||
|
(":LOGBOOK:" . ?) ;;
|
||||||
("#+header:" . ,rasmus/ob-header-symbol)
|
("#+header:" . ,rasmus/ob-header-symbol)
|
||||||
("#+begin_quote" . ?«)
|
("#+begin_quote" . ?«)
|
||||||
("#+end_quote" . ?»)))))
|
("#+end_quote" . ?»)))))
|
||||||
|
|
|
@ -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:
|
;; multi-character strings can be used with something like this:
|
||||||
;; ("#+begin_src" . ,(yant/str-to-glyph "```"))
|
;; ("#+begin_src" . ,(yant/str-to-glyph "```"))
|
||||||
("#+end_src" . ?⎣) ;; ⎣ ✐
|
("#+end_src" . ?⎣) ;; ⎣ ✐
|
||||||
|
(":LOGBOOK:" . ?) ;;
|
||||||
("#+header:" . ,rasmus/ob-header-symbol)
|
("#+header:" . ,rasmus/ob-header-symbol)
|
||||||
("#+begin_quote" . ?«)
|
("#+begin_quote" . ?«)
|
||||||
("#+end_quote" . ?»)))))
|
("#+end_quote" . ?»)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user