diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T21·41+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2017-11-12T21·44+0100 |
commit | 0511e7eb970e99f3c889aac323ff5ae2a550232e (patch) | |
tree | e08e8efe9c72986e05435dc9a34d63c1d9f5bbe5 /.gitignore | |
parent | 0d5bdbd7ceceaa48d2caa8129f78a499d8bc68c1 (diff) |
fix: Fix warnings & errors detected by elisp compiler
Minor things that came up when byte-compiling the configuration.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0f9b0bae467f..7b666905f847 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ local.el other/ scripts/ themes/ +*.elc |