Skip to content

Instantly share code, notes, and snippets.

View 0x0f0f0f's full-sized avatar
🔁
rebooting

Alessandro 0x0f0f0f

🔁
rebooting
View GitHub Profile
@0x0f0f0f
0x0f0f0f / latex.json
Last active December 6, 2019 14:08
VSCode settings
{
"definition": {
"prefix": "DEF",
"body": [
"\\begin{defn}",
"\t\\textbf{$1} \\\\\\",
"\t$2",
"\\end{defn}",
"$2"
]
// hydra-abbreviations
// diminutives for all the functions
// by ritchse
const getHydra = function () {
const whereami = window.choo?.state?.hydra
? "editor"
: window.atom?.packages
? "atom"