All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- remove
vkill
package which was an insecure emacswiki package that somehow slipped through the cracks. It is no longer on MELPA see #126
- Fix installation problem when emacswiki packages were taken offline. #115
- Fix api compatibility with
counsel-projectile
#95
- default
rspec-use-rake-when-possible
to false. Rake just takes up a bunch of extra memory and computational power when invoked for little added benefit. Now when running rspec from emacs, it runsbundle exec rspec
instead ofbundle exec rake spec
- Add compilation regexes for node.js. Emacs doesn't know how to parse
Node stack traces out of the box, so stack trace links aren't
clickable or navigable with
goto-next-error
. Now they are.