Fix snarky ruby in example init.example.el
No need for a `do` when you have `{}`.
This commit is contained in:
parent
e088a21335
commit
dbd79cd8bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue