Klimi's new dotfiles with stow.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

44 righe
1.1 KiB

  1. ;;; rvm-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "rvm" "rvm.el" (0 0 0 0))
  7. ;;; Generated autoloads from rvm.el
  8. (autoload 'rvm-use-default "rvm" "\
  9. use the rvm-default ruby as the current ruby version
  10. \(fn)" t nil)
  11. (autoload 'rvm-activate-corresponding-ruby "rvm" "\
  12. activate the corresponding ruby version for the file in the current buffer.
  13. This function searches for an .rvmrc file and activates the configured ruby.
  14. If no .rvmrc file is found, the default ruby is used insted.
  15. \(fn)" t nil)
  16. (autoload 'rvm-use "rvm" "\
  17. switch the current ruby version to any ruby, which is installed with rvm
  18. \(fn NEW-RUBY NEW-GEMSET)" t nil)
  19. (autoload 'rvm-open-gem "rvm" "\
  20. \(fn GEMHOME)" t nil)
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rvm" '("rvm")))
  22. ;;;***
  23. ;; Local Variables:
  24. ;; version-control: never
  25. ;; no-byte-compile: t
  26. ;; no-update-autoloads: t
  27. ;; coding: utf-8
  28. ;; End:
  29. ;;; rvm-autoloads.el ends here