From fb5cc47df97369d6cc3641716ee88d7fdc04155a Mon Sep 17 00:00:00 2001 From: "Liv (pelsh) Hugger" Date: Tue, 31 Dec 2024 18:16:49 +0100 Subject: [PATCH] enable ruby; more org features --- dot_config/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/doom/init.el b/dot_config/doom/init.el index fc8ceb1..63b02de 100644 --- a/dot_config/doom/init.el +++ b/dot_config/doom/init.el @@ -152,7 +152,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - org ; organize your plain life in plain text + (org +dragndrop +roam2) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;graphviz ; diagrams for confusing yourself even more @@ -163,7 +163,7 @@ ;;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 +lsp +tree-sitter +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps