Skip to content

Instantly share code, notes, and snippets.

@shikishima
Last active July 13, 2023 02:07
Show Gist options
  • Select an option

  • Save shikishima/87061f206ec7f22c2738d57db0ca0332 to your computer and use it in GitHub Desktop.

Select an option

Save shikishima/87061f206ec7f22c2738d57db0ca0332 to your computer and use it in GitHub Desktop.
cape-dict not working on Windows 11
;; Gitのgrepがイカれててcape-dictが動かない
(when (and (eq system-type 'windows-nt)
(not (string-match "SCOOP" (executable-find "grep"))))
(shell-command "scoop install gow"))
@shikishima
Copy link
Author

Windows環境においてcape-dict-fileのディレクトリにgrep.exe.stackdumpと言うファイルが作成されてcape-dictの補完が出来なくなる。
Git付属のgrepの挙動がおかしいので単独のパッケージをインストールする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment