diff options
author | Sean Allred <code@seanallred.com> | 2014-11-02 13:02:14 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-02 13:02:14 -0500 |
commit | 800b3af0e5a4cbfb385b2f8d925f5884bc71baad (patch) | |
tree | 320a9f940d01fc8db480c9a6a25789ce1a014320 /.gitignore | |
parent | 13e7d2b851da90435bc33137925144074a28eb4c (diff) |
Let-bind user-emacs-directory to cwd
Useful for testing locally, since now you can simply blow away the
`.stackmode' directory instead of searching for it in `.emacs.d'.
At any rate, it keeps everything in the project tidy.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ *.elc /.cask/ .dir-locals.el +/.stackmode/ +/url/ |