doomemacs/core
Henrik Lissner 7638bd3968
Revert 439999cb6
I had incorrectly assumed tramp-own-remote-path would prepend the remote
system's PATH to tramp's exec-path, but it does not, it prepends your
local machine's PATH onto it. tramp-default-remote-path was what I was
looking for and it is already in tramp-remote-path by default.

If tramp can't find a program on the remote it's because either the
remote doesn't support getconf (which tramp uses to scrape the remote
PATH), or your PATH on the remote has been incorrectly configured.
2020-08-03 20:29:41 -04:00
..
autoload Load straight in doom/bump* commands 2020-08-01 15:20:32 -04:00
cli Add -A/-R switches to 'doom env' 2020-08-01 15:23:10 -04:00
templates Update help keybinds in 'doom install' postamble 2020-07-28 20:08:32 -04:00
test Remove unused test module 2020-05-25 16:02:07 -04:00
core-cli.el Move 'restart Emacs to see changes' message to 'doom sync' 2020-05-26 04:09:11 -04:00
core-editor.el Revert 439999cb6 2020-08-03 20:29:41 -04:00
core-keybinds.el General refactors & reformatting across the board 2020-06-04 20:13:28 -04:00
core-lib.el Improve error handling in doom-first-*-hook 2020-08-02 18:41:21 -04:00
core-modules.el Warn when :ensure t is used 2020-08-03 19:11:15 -04:00
core-packages.el Fix #3655: evil-collection-vterm hangs native comp 2020-07-31 01:51:48 -04:00
core-projects.el Reduce projectile cache limit 2020-08-01 15:19:59 -04:00
core-ui.el Refactor doom-highlight-non-default-indentation-h 2020-08-02 22:55:15 -04:00
core.el Fix #3390: only execute local-vars hooks once 2020-08-02 16:29:46 -04:00
packages.el Bump :core 2020-07-22 18:14:58 -04:00