Klimi's new dotfiles with stow.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

44 rindas
1.1 KiB

pirms 4 gadiem
  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