Fix snarky ruby in example init.example.el

No need for a `do` when you have `{}`.
This commit is contained in:
Ben Lovell 2019-05-10 16:22:35 +02:00 committed by GitHub
parent e088a21335
commit dbd79cd8bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;rest ; Emacs as a REST client ;;rest ; Emacs as a REST client
;;ruby ; 1.step do {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good ;;scala ; java, but good
sh ; she sells (ba|z|fi)sh shells on the C xor sh ; she sells (ba|z|fi)sh shells on the C xor