Skip to content

Commit 3b029a1

Browse files
layers: remove syntax checking - lsp makes this redundant
LSP layer seems to cover previous use of syntax checking layer
1 parent 2f73c97 commit 3b029a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ This function should only modify configuration layer settings."
196196
spell-checking
197197

198198
;; Use original flycheck fringe bitmaps
199-
(syntax-checking :variables
200-
syntax-checking-use-original-bitmaps t)
199+
;; (syntax-checking :variables
200+
;; syntax-checking-use-original-bitmaps t)
201201

202202
;; Visual file manager - `SPC p t'
203203
;; treemacs-no-png-images t removes file and directory icons

0 commit comments

Comments
 (0)