Last active
July 13, 2023 02:07
-
-
Save shikishima/87061f206ec7f22c2738d57db0ca0332 to your computer and use it in GitHub Desktop.
cape-dict not working on Windows 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; Gitのgrepがイカれててcape-dictが動かない | |
| (when (and (eq system-type 'windows-nt) | |
| (not (string-match "SCOOP" (executable-find "grep")))) | |
| (shell-command "scoop install gow")) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows環境においてcape-dict-fileのディレクトリにgrep.exe.stackdumpと言うファイルが作成されてcape-dictの補完が出来なくなる。
Git付属のgrepの挙動がおかしいので単独のパッケージをインストールする。