diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-20 19:02:09 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-20 19:02:09 -0400 |
commit | 6089982a89bcec4c02874f5a2af5cd879a473017 (patch) | |
tree | 706709b33221478a21720b6ef391649596997454 /emacs/.gitignore | |
parent | 35ea1ba40ebdaff54de627a98d2785058cf74ac1 (diff) | |
download | configs-6089982a89bcec4c02874f5a2af5cd879a473017.tar.gz configs-6089982a89bcec4c02874f5a2af5cd879a473017.tar.xz configs-6089982a89bcec4c02874f5a2af5cd879a473017.zip |
optimize and measure emacs startup time, saner indentation for org src blocks
Diffstat (limited to 'emacs/.gitignore')
-rw-r--r-- | emacs/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.gitignore b/emacs/.gitignore new file mode 100644 index 0000000..2de0f3c --- /dev/null +++ b/emacs/.gitignore @@ -0,0 +1,8 @@ +*.elc +/init.el +/auto-save-list/ +/var/ +/elpa/ +/recentf +/smex-items +/network-security.data |