https://emacs.stackexchange.com/questions/85603/how-to-set-latexmk-options-using-it-with-auctex
https://emacs.stackexchange.com/questions/85602/how-to-set-latexmk-options-using-it-with-polymode
#Emacs #LaTeX #TeX #TeXLaTeX #Polymode #AUCTEX #latexmk
The folks at #CherryAudio are in the spirit and are giving away a softsynth #SEM with some cool mods. Find it here:
https://cherryaudio.com/products/synthesizer-expander-module
Some of us are in new synth time out as we actually try to come to grips with...er anyway the nice thing about #Softsynths is they are inconspicuous. Have you heard
Cherry's #Polymode ? Absolute beast
Synthesizer Expander Module is a FREE emulation of the classic self‑contained synthesizer module of the same name. Though it was a simple, barebones monosynth, the Synthesizer Expander Module possessed a unique tone quality, courtesy of its 12 dB/oct state-variable filter. With lowpass, bandpass, highpass, and notch ...
Using #polymode to combine #mastodonel does work well: #markdown and #orgmode code blocks are syntax highlighted.
To prevent indentation from being messed up, I'll add a function to `mastodon-toot-mode-hook` that replaces leading whitespace in code blocks with non-breakable spaces.
Will try and use #polymode with #mastodonel to have highlighting
applied to code in #markdown and #orgmode blocks within toots.
This is a sample for testing purposes.
```scala
implicit class Thing(that: String) {
def transform: String = ???
}
```
#+begin_src emacs-lisp
(defface dc/mastodon-hashtag-face
'((t :inherit button))
"Face for mastodon hashtags."
:group 'mastodon-extra-faces)
#+end_src lisp
Had to use non-breakable spaces to have mastodon keep the indentation 😩
@bkhl @emacs Well actually I just found #polymode
https://github.com/polymode/polymode
And even attempts to integrate it into #orgmode
https://github.com/polymode/poly-org
However searching the org manual this does not seem to be upstream or am I wrong?
I certainly need to read up on polymode!