;; SETUP FOR SHARED WINDOWS/WSL INIT
(if (eq system-type 'windows-nt)
(progn (setq delete-by-moving-to-trash t
+ ediff-diff-program "c:/Program Files/Git/usr/bin/diff.exe"
+ ediff-diff3-program "c:/Program Files/Git/usr/bin/diff3.exe"
openwith-associations '(("\\.pdf\\'" "sumatrapdf" (file))
("\\.xls\\'" "excel" (file))
("\\.xlsx\\'" "excel" (file))
blink-matching-paren 'jump
global-hl-line-sticky-flag t
echo-keystrokes 0.01
- save-interprogram-paste-before-kill t)
+ save-interprogram-paste-before-kill t
+ ediff-window-setup-function 'ediff-setup-windows-plain
+ ediff-split-window-function (if (> (frame-width) 150)
+ 'split-window-horizontally
+ 'split-window-vertically))
;; OPTIONS
(recentf-mode t)