Fix note block

I forgot the name for it.
This commit is contained in:
Tom Willemse 2023-07-26 12:11:35 -07:00
parent 52f6fe4c39
commit 5bca336146

View file

@ -103,9 +103,9 @@ serve: ## Run a simple web server to look at the results
The =theme= target is another convenience target. I generate the colors for the source code blocks on my site from my Emacs theme. This target exports the colors from my theme so that the code blocks can use them. This file is then included by the less files. There is no good dependency here, because there is no file for the export of my theme to depend on right now, just occasionally I have to run it. It does depend on the =Eldev= file having been generated.
#+begin_info
#+begin_note
I keep this particular target around for playing with, but right now it doesn't actually work. Just because even though I load and enable =yoshi-theme= it doesn't appear to apply the theme in a batch session. Seems understandable because no UI actually gets loaded, but that does mean that it can't figure out which faces it sets and it just outputs the colors for the default theme.
#+end_info
#+end_note
#+begin_src makefile-gmake
theme: Eldev ## Generate the theme CSS