Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
462 B

  1. The default install-from-git.sh can install realgud into a site-lisp,
  2. e.g /usr/local/share/emacs-site-lisp.
  3. site-lisp directories and their subdirectories may be automatically
  4. added to load path, in particular in Debian
  5. /usr/local/share/emacs/site-lisp/ is added to load-path before emacs
  6. system directories. So realgud's common/buffer/info.el is loaded
  7. before emacs's info.el
  8. Adding this ".nosearch" file prevents emacs from adding realgud to the
  9. load-path.