diff options
author | 2025-03-21 22:40:48 +0100 | |
---|---|---|
committer | 2025-03-21 22:40:48 +0100 | |
commit | fa1760e104579fd0324d9676ba4d19c367407cad (patch) | |
tree | 8ea886d74e41202e0bf8fc4fe405a8c9fad4916b /init.el | |
parent | packages: install meson-mode (diff) | |
download | doom-emacs-fa1760e104579fd0324d9676ba4d19c367407cad.tar.xz |
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -161,8 +161,8 @@ ;;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'}"} - (rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + (ruby +lsp +tree-sitter) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + (rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps (sh +lsp +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor @@ -170,7 +170,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes + (web +lsp +tree-sitter) ; the tubes (yaml +lsp +tree-sitter) ; JSON, but readable (zig +lsp +tree-sitter) ; C, but simpler |