* Set C indentation settings to bsd (Allman) which should work much
better imo
* Fixed tags not refreshing. tags-completion-table() had an early-out
* Increased large-file-warning-threshold because my tags files got even
bigger
* Automatically reload TAGS file on changed
* Refresh macoy-tags-names after CTags is executed
* Don't start autocompletion until three characters are typed. This is
to (hopefully) help performance
* Use xref-find-definitions instead of find-tag for C-S-d fuzzy tag
search in case there are multiple definitions of the tag
* If text marked, use swiper to search marked instead of always coming
up empty