diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-01 02:34:46 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-01 02:34:46 +0000 |
commit | 49f3dadf10d8a27221bc2f2caeafd92f4e8feabe (patch) | |
tree | 480948cbfe4034e4343e1f6bf257a741930f8d23 /doom.d | |
parent | 19fe053050b4a12a11e814de7ce117b951f73c49 (diff) | |
download | dotfiles-49f3dadf10d8a27221bc2f2caeafd92f4e8feabe.tar.gz dotfiles-49f3dadf10d8a27221bc2f2caeafd92f4e8feabe.tar.bz2 dotfiles-49f3dadf10d8a27221bc2f2caeafd92f4e8feabe.zip |
+comment
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index b0b2b71..2c444fa 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -167,7 +167,7 @@ My docsets are stored in .docsets for ease of use (defun oreodave/csharp/get-unit-test-in-project () (interactive) (let* ((tags-file (counsel-etags-locate-tags-file)) - (cands (counsel-etags-collect-cands "void.*Test" t buffer-file-name))) + (cands (counsel-etags-collect-cands "void.*Test" t buffer-file-name))) ; void.*Test assumes your tests are using something like XUnit and end with Test (ivy-read "Choose test: " cands :action |