From 35eb96254d66c8955353fac1f1dbfc0accebe3bb Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 19 Jan 2024 13:43:31 -0500 Subject: [PATCH] Adding ruby mode. --- emacs/config.org | 5 ++++- emacs/init.el | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/emacs/config.org b/emacs/config.org index 94464f4..5baa3f3 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -426,7 +426,10 @@ markdown ; writing docs for people to ignore ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace -;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} +(ruby ;;+rails ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + +rbenv + +lsp + +tree-sitting) ;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps diff --git a/emacs/init.el b/emacs/init.el index 4b7990c..3a1479a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -187,7 +187,10 @@ ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace - ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + (ruby ;;+rails ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + +rbenv + +lsp + +tree-sitting) ;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps