We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33b3a7 commit ffe7a77Copy full SHA for ffe7a77
emacs/superbol-mode.el
@@ -39,6 +39,9 @@ extensions."
39
(set (make-local-variable 'comment-start) "*>")
40
(set (make-local-variable 'comment-end) "")
41
42
+ ;; Forbid tabs in indentation (for now, that's a limitation of Superbol)
43
+ (set (make-local-variable 'indent-tabs-mode) nil)
44
+
45
;; Start the LSP client
46
(lsp))
47
0 commit comments