From fad62af517873a5a40dc4487a505b88383b794f1 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 6 Jul 2018 11:56:35 -0400 Subject: [PATCH] [emacs/alloy-mode] use indentation offset of 2 (instead of 3) --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 9192dff..bcccd39 100644 --- a/init.org +++ b/init.org @@ -1087,7 +1087,8 @@ TODO: break this giant source block down into individual org sections. ** Alloy #+begin_src emacs-lisp -(use-package alloy-mode) +(use-package alloy-mode + :config (setq alloy-basic-offset 2)) #+end_src ** [[https://github.com/leanprover/lean-mode][Lean]] -- 2.20.1