Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > I'd like to simply delete dvc-site.el and related support code.
Works for me. I expect dvc to find executables in PATH; if it doesn't, I fix PATH, not dvc variables. > The idea is that installed-DVC users can use the standard > customization and/or ~/.emacs munging to effect the runtime tweaks, > anyway, so what is the point of dvc-site.el? WDYT? What's a good way > to replace, for example: > > | (dvc-first-set > | dvc-site-arch-branch > | (if (executable-find > | baz-executable) > | 'baz > | 'tla)) This is a major kludge anyway; there must be a better way to decide between baz and tla? -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
