emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit ae74394bd0b2ddbedc279cbe8287ed6ede7329b3
parent f8cea9d03c43bbcab3cdeb72819296a60cd94870
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 17 Aug 2018 16:47:16 -0400

Latex macro update.

Diffstat:
Mstatic/math_macros.sty | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/math_macros.sty b/static/math_macros.sty
@@ -206,7 +206,7 @@
 % Correlation
 \newcommand{\corr}{\operatorname{Cor}}
 % Skewness
-\newcommand{\sk}{\operatorname{Sk}}
+\newcommand{\skw}{\operatorname{Skw}}
 % Kurtosis
 \newcommand{\kur}{\operatorname{Kur}}