Skip to content

Commit

Permalink
w32 path update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 11, 2012
1 parent e1e0afc commit 2073a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bjorn/w32.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(if (eq window-system 'w32)
(progn
;; append cygwin binaries to PATH
(setenv "PATH" (concat (getenv "PATH") ";D:\\mingw\\msys\\1.0\\bin" ";D:\\emacs-23.3\\bin" ";C:\\git\\bin"))
(setenv "PATH" (concat (getenv "PATH") ";C:\\mingw\\msys\\1.0\\bin" ";C:\\emacs-24.0.92\\bin" ";C:\\railsinstaller\\git\\bin"))

;; set a proper font
(set-default-font
Expand Down

0 comments on commit 2073a5b

Please sign in to comment.