Skip to content

Commit 76a653d

Browse files
committed
Windows tweaks
1 parent 713714e commit 76a653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

personal/init-w32.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
(when (eq window-system 'w32)
44
(unbold-all-faces)
55
(add-hook 'after-change-major-mode-hook 'unbold-all-faces)
6-
(setq explicit-shell-file-name "C:/Windows/System32/bash.exe")
76
(setq find-ls-option '("-exec ls -ld {} \\;" . "-ld"))
87
(setq find-program "wsl find")
8+
(setq diff-command "wsl diff")
99
(setq frame-title-format "%b")
1010
(setq grep-find-template "wsl find . <X> -type f <F> -exec grep <C> -nHP -e <R> {} /dev/null \\;")
1111
(setq ;; w32-pass-lwindow-to-system nil

0 commit comments

Comments
 (0)