git config

This commit is contained in:
tavo 2024-11-26 16:14:46 -06:00
parent 86d1dd3874
commit 0c2c7eb760
2 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,19 @@
# -*- mode: snippet -*-
# name: common-tex-headers
# key:
# --
#+OPTIONS: toc:nil
#+LaTeX_HEADER: \documentclass[12pt]{article}
#+LaTeX_HEADER: \usepackage[spanish]{babel}
#+LaTeX_HEADER: \AtBeginDocument{\selectlanguage{spanish}}
#+LaTeX_HEADER: \usepackage[margin=1in]{geometry}
#+LaTeX_HEADER: \usepackage{multicol}
#+LaTeX_HEADER: \usepackage{xcolor}
#+LaTeX_HEADER: \usepackage{amsmath}
#+LaTeX_HEADER: \usepackage{gensymb}
#+LaTeX_HEADER: \usepackage{cancel}
#+LaTeX_HEADER: \usepackage{tikz}
#+LaTeX_HEADER: \usetikzlibrary{calc}
#+cite_export: csl ~/.config/snippets/apa.csl
#+bibliography: refs.bib

View file

@ -1,3 +1,6 @@
[init]
defaultBranch = main
[user] [user]
email = tavo@tavo.one email = tavo@tavo.one
name = tavo name = tavo