summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
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]]