We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713714e commit 76a653dCopy full SHA for 76a653d
personal/init-w32.el
@@ -3,9 +3,9 @@
3
(when (eq window-system 'w32)
4
(unbold-all-faces)
5
(add-hook 'after-change-major-mode-hook 'unbold-all-faces)
6
- (setq explicit-shell-file-name "C:/Windows/System32/bash.exe")
7
(setq find-ls-option '("-exec ls -ld {} \\;" . "-ld"))
8
(setq find-program "wsl find")
+ (setq diff-command "wsl diff")
9
(setq frame-title-format "%b")
10
(setq grep-find-template "wsl find . <X> -type f <F> -exec grep <C> -nHP -e <R> {} /dev/null \\;")
11
(setq ;; w32-pass-lwindow-to-system nil
0 commit comments