mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
- Fix issue where gotest could not be used from non-test files in Emacs 28.x or later. - Bind "C-c , t" to ff-find-other-file to mimic behavior in Ruby via rspec-mode. - Configure gotest to always run tests with "-count=1" to avoid cached results, so it's easier to notice and handle flickering tests.