[bridged from https://commenting.onthe.incoherenceofthe.net/@pkal on the fediverse by https://fed.brid.gy/ ]
Late reaction, but also don't take this seriously.
Late reaction, but also don't take this seriously.
#emacs #commonlisp
#emacs #commonlisp
(setopt
org-latex-to-html-convert-command "latexmlc literal:%i --profile=math 2>/dev/null"
org-html-with-latex 'html)
You can adjust it to load […]
(setopt
org-latex-to-html-convert-command "latexmlc literal:%i --profile=math 2>/dev/null"
org-html-with-latex 'html)
You can adjust it to load […]
> I'm trying to set up a new computer for Don[ald Knuth] with the latest compilers,
> Linux, and other tools for the next ten years of coding and writing. His previous computer was set up in 2013, with Emacs 23 and then-current Ubuntu, and a lot has changed in the meantime […]
> I'm trying to set up a new computer for Don[ald Knuth] with the latest compilers,
> Linux, and other tools for the next ten years of coding and writing. His previous computer was set up in 2013, with Emacs 23 and then-current Ubuntu, and a lot has changed in the meantime […]
[Original post on commenting.onthe.incoherenceofthe.net]
[Original post on commenting.onthe.incoherenceofthe.net]
(package-vc-install '(foo :url "https://github.com/bar/foo.el"))
and I am not sure if people just don't know that this is equivalent to
(package-vc-install […]
(package-vc-install '(foo :url "https://github.com/bar/foo.el"))
and I am not sure if people just don't know that this is equivalent to
(package-vc-install […]
(with-eval-after-load 'tex
(define-advice TeX-command-run-all (:around (fn &rest args))
(if (buffer-narrowed-p)
(save-mark-and-excursion […]
(with-eval-after-load 'tex
(define-advice TeX-command-run-all (:around (fn &rest args))
(if (buffer-narrowed-p)
(save-mark-and-excursion […]