branch: externals/realgud commit d9a3a929f72c64eb44242f9f69b59755df6dee64 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Administrivia --- realgud/.nosearch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/realgud/.nosearch b/realgud/.nosearch index e69de29..d9771c7 100644 --- a/realgud/.nosearch +++ b/realgud/.nosearch @@ -0,0 +1,11 @@ +The default install-from-git.sh can install realgud into a site-lisp, +e.g /usr/local/share/emacs-site-lisp. + +site-lisp directories and their subdirectories may be automatically +added to load path, in particular in Debian +/usr/local/share/emacs/site-lisp/ is added to load-path before emacs +system directories. So realgud's common/buffer/info.el is loaded +before emacs's info.el + +Adding this ".nosearch" file prevents emacs from adding realgud to the +load-path.