Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[0.2.21] - 2018-05-25

Changed

  • remove vkill package which was an insecure emacswiki package that somehow slipped through the cracks. It is no longer on MELPA see #126

[0.2.19] - 2018-03-12

Added

  • Scroll bars are off by default #120

  • Untabify and indent entire buffer if no region is selected #119

[0.2.18] - 2018-02-09

Changed

  • Fix installation problem when emacswiki packages were taken offline. #115

[0.2.17] - 2018-01-02

Changed

  • Fix api compatibility with counsel-projectile #95

[0.2.15] - 2017-10-23

Added

  • 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 runs bundle exec rspec instead of bundle 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.