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