Does it start and exit without problems?
Some checks failed
/ Test config on 20 (push) Failing after 23s

This commit is contained in:
Maciej 2024-10-30 14:34:41 +02:00
parent a0b74ef1db
commit 706607afba
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
9 changed files with 34 additions and 34 deletions

View file

@ -47,8 +47,8 @@
(add-to-list 'dash-at-point-mode-alist '(elixir-ts-mode . "elixir,hex")))
;; By default, use 2 spaces for indentation
(setq tab-width 2)
(setq tab-stop-list (number-sequence tab-width 200 tab-width))
(setopt tab-width 2)
(setopt tab-stop-list (number-sequence tab-width 200 tab-width))
;; Ensure indentation in steps:
(defun icejam-set-indent (step)