mirror of
https://github.com/extreme-tech-seminar/seven-languages-in-seven-weeks.git
synced 2024-12-26 19:17:00 +00:00
Don't upcase the language name
Because... Io.
This commit is contained in:
parent
0a1684c382
commit
ff51710879
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
"#+END_CENTER"
|
||||
"#+LATEX: \\small\\color{trek@darkorange}"
|
||||
"#+BEGIN_CENTER"
|
||||
,(concat "THIS WEEK: " (s-upcase language))
|
||||
,(concat "THIS WEEK: " language)
|
||||
"#+END_CENTER"
|
||||
"#+LATEX: \\small\\color{trek@midblue}"
|
||||
"#+BEGIN_CENTER"
|
||||
|
|
Loading…
Reference in a new issue