Kaynağa Gözat

add path for msys and git

pull/1/head
10sr 12 yıl önce
ebeveyn
işleme
8f56007614
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. +5
    -2
      emacs.el

+ 5
- 2
emacs.el Dosyayı Görüntüle

@@ -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))



Yükleniyor…
İptal
Kaydet