* I installed Web-mode for use at my work (better templating support
* Added quit command to select-search
* Fixed codesearch multiple files filter regex
* Added custom syntax for key value files (for work, but I'm keeping
it for future reference)
* Added hack for working around edebug and C-x rebindings bug
* Turned on global-auto-revert-mode (auto reload files if changed and
no modifications)
* Fix macoy-kill-transient-buffers not killing Compile-Log
* Commented the delight code because diminish hides all those modes
* Added iy-go-to-char and bindings
* Added ag file filters to speed it up when doing code searches
* Swapped macoy-add-edit-newline* function bindings to be more natural
* Dired: Move up a directory with backspace; hide details by default
* Jump to next compilation error with n, back with p (in compilation
window; these were mostly for codesearch results but should be nice
for actual compile error logs too)
* Added some more expand-region hotkeys
* Added ivy as an explicit dependency (did this after updating swiper
caused breakage)
* Added macoy versions of tags-query-replace to make it a bit more
convenient (WIP)
* Message for when Ido tags list is being updated
* Added package expand-region for selecting things at point easier
* Added system for reopening last closed files
* Added setup for finding references. It will use my browse tags
feature if nothing is marked
* Added an alternative to projectile-find-file. I'm not using it yet
* Added some TODO items based on other devs commenting on my setup
* Removed some old stuff
* Removed several unused packages and reformatted the emacsPackages.txt list
* Add org files for agenda
* ivy-xref for better xref selection
* Extra indent in adaptive-wrap so it looks better
* Removed old autocompletion attempts
* Add space to desktop ivy prompts (looks more consistent)
* Fringe foreground colors come from theme comment color for lower contrast
* Added Magit and overrode C-Tab for changing windows
* Added dsvn
* Renamed svn commands to tortoise-svn to avoid confusion and conflicts
* Use C-<pagedown> and C-<pageup> to jump to function end/begin
instead of switching buffers (I use C-<Tab> and C-S-<Tab> 100% of the
time for that)