Przeglądaj źródła

add path for msys and git

pull/1/head
10sr 12 lat temu
rodzic
commit
8f56007614
1 zmienionych plików z 5 dodań i 2 usunięć
  1. +5
    -2
      emacs.el

+ 5
- 2
emacs.el Wyświetl plik

@@ -1790,7 +1790,11 @@ this is test, does not rename files"
;; (setq python-python-command "c:/Python26/python.exe")

(define-key my-prefix-map (kbd "C-c") 'start-ckw-bash)
(my-w32-add-export-path "c:/WINDOWS"
(my-w32-add-export-path "c:/Windows/system"
"c:/Windows/System32"
"c:/Program Files/Git/bin"
"c:/MinGW/bin"
"c:/MinGW/mingw32/bin"
(expand-file-name "~/bin")
(expand-file-name "~/dbx/apps/bin"))

@@ -1798,4 +1802,3 @@ this is test, does not rename files"
(setq w32-enable-synthesized-fonts t))
(setq file-name-coding-system 'sjis))



Ładowanie…
Anuluj
Zapisz