From b72e997d890d583976561f4c1b36e8d9ec9127de Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 3 Feb 2024 15:40:18 -0500 Subject: [PATCH] Adding logbook icon --- emacs/+orgmode.el | 1 + emacs/config.org | 1 + 2 files changed, 2 insertions(+) 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" . ?»)))))