From 904ace43b65c934d0398e4735f599c277b216c46 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 11 Nov 2019 19:38:48 +0100 Subject: [PATCH] Add rst module to init.example.el --- init.example.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.example.el b/init.example.el index cebc1f191..a50371ad0 100644 --- a/init.example.el +++ b/init.example.el @@ -143,6 +143,7 @@ ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client + ;;rst ; ReST in peace ;;ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good