tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add-to-list examples need hook wrappers


From: 積丹尼 Dan Jacobson
Subject: add-to-list examples need hook wrappers
Date: Sun, 03 Nov 2019 11:05:37 +0800

All such add-to-list examples:

     For instances where hosts keep obscure locations for paths for
     security reasons, manually add such paths to local ‘.emacs’ as
     shown below for TRAMP to use when connecting.

          (add-to-list 'tramp-remote-path "/usr/local/perl/bin")

need to be wrapped in hooks, or eval-after-load, else they will produce
errors when the user starts emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]