From b8e41ca49183a009a1c4a7d544eb79f2f4eff60e Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 27 Nov 2020 16:46:00 -0500 Subject: [PATCH] Use chruby on linux and rbenv on mac --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index d0f4292..270e598 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -181,7 +181,9 @@ (ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} +lsp ; LSP really do make things easier huh? +rails ; ruby != rails but rails == ruby - +chruby) ; The easier version + (:if IS-MAC +rbenv) ; + (:if IS-LINUX +chruby) ; + ) ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;scheme ; a fully conniving family of lisps