Skip to content

Instantly share code, notes, and snippets.

@aarkerio
Created July 28, 2021 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarkerio/0bcccef2f091ce1b6edc48d42f702439 to your computer and use it in GitHub Desktop.
Save aarkerio/0bcccef2f091ce1b6edc48d42f702439 to your computer and use it in GitHub Desktop.
RVM with Emacs
You already have a Rails app with RVM so, install flycheck Ruby on Emacs 27:
1) Add rubocop to your Gemfile and bundle.
2) Install flycheck on Emacs and configure:
(add-hook 'after-init-hook #'global-flycheck-mode)
3) Install RVM package from Melpa and setup:
(require 'rvm)
(rvm-use-default) ;; use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment