* Customizations for GUD to behave similar to Visual Studio, which is
what I'm most used to. It's a flawed config, but better than nothing
* Override slime M-p so I can still quickly open org files
* Use a cute little folder for org ellipsis
* Add PHP mode (I never use this...)
* Comment lua-mode for now (fixme)
* Add support for my new language, Cakelisp
* Added Index management module for switching directories to search
and index
* Reformatted search
* Got rid of default directory for Codesearch alternate
codepath. .csearchindex will always be in the same directory as the
one being indexed from now on
* Data dir is exposed as a variable for searching
* Add dsvn diff marked
* Web Mode is always required
* Web Mode has proper theme-generated highlighting
* Build system no longer has debug output
* Fixed hanging parens as I found them
* Added macoy-bury-buffer-anywhere. This function is nice for
e.g. hiding compilation buffers automatically if the compile was successful
* Make utf-8 the preferred coding system. I only noticed issues once
switching to Windows 10
* Attempted to make whitespace settings for only seeing bad
whitespace, but I failed. I'll have to try again another time
* Occur no longer has matching string faces in the results, which I
thought were making the results hard to read
* Fix more clipboard problems with copy line (save excursion)
* ido ubiquitous now installed and enabled (yay!)
* Open path highlighted with macoy-open-marked-path-file
* Some ideas on jumping between functions (disabled)
* Work on org-jira labels (not completed)
* ReBuilder now has different colors per group (TODO: get from theme)
* Removed big comment block which is out of date anyways
* Install packages before requiring simpleclip (which needs to be
installed first)
* Use a default base16 theme instead of my custom one
* Remove package-selected-packages in case it confuses Emacs on first
start
* More debugging text in packages.el
* Added step-by-step guide to getting emacs set up on Windows
* Use projectile-globally-ignored-directories instead of *-files so
that it actually works
* Add org-jira. I had to override the update-jira function because it
required too high of permissions due to setting the "reporter" field
* Missing packages should automatically install at startup
* Dired narrow for quicker dired navigation
* Extreme navigation options for using arrow keys and iy-go-to-char