Skip to content

Instantly share code, notes, and snippets.

View egstatsml's full-sized avatar

egstatsml egstatsml

  • Brisbane, Australia
View GitHub Profile
@karthink
karthink / fast-latex-input.el
Last active May 8, 2024 01:51
Configuration for super-fast Latex input using AucTeX, CDLatex and a bit of YaSnippet. See https://karthinks.com/software/latex-input-for-impatient-scholars
;; This elisp code uses use-package, a macro to simplify configuration. It will
;; install it if it's not available, so please edit the following code as
;; appropriate before running it.
;; Note that this file does not define any auto-expanding YaSnippets.
;; Install use-package
(package-install 'use-package)
;; AucTeX settings - almost no changes