[oni-core] Put cygwin at the end of the exec-path list on Windows
There are some programs that live in both that and some other directories that I've added on Windows. This makes sure that the cygwin ones don't overwrite everything else, since usually I use different versions like MSYS2.
This commit is contained in:
parent
3b29e9799f
commit
a8f4ffec6a
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.0301.234839
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark)
|
||||
;; Version: 2022.0301.235209
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -248,7 +248,7 @@ _s_: String list"
|
|||
(add-to-list 'load-path (locate-user-emacs-file "vendor/p4-vc"))
|
||||
(add-to-list 'exec-path "c:/Program Files/Git/bin")
|
||||
(add-to-list 'exec-path "C:/Program Files/Git/usr/bin")
|
||||
(add-to-list 'exec-path "c:/cygwin64/bin")
|
||||
(add-to-list 'exec-path "c:/cygwin64/bin" t)
|
||||
|
||||
(setq delete-by-moving-to-trash t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue