allow flycheck to pass

This commit is contained in:
~d6 2022-05-13 17:04:23 -04:00
parent c912e8aae7
commit 6bd79b588d
1 changed files with 9 additions and 3 deletions

12
init.el
View File

@ -1,3 +1,9 @@
;;; Init --- Emacs settings
;;; Commentary:
;;; Code:
;; set up straight.el
(defvar bootstrap-version)
(let ((bootstrap-file
@ -191,9 +197,9 @@
scala-indent:align-forms nil
scala-indent:use-javadoc-style t))
;; Enable nice rendering of diagnostics like compile errors.
(use-package flycheck
:init (global-flycheck-mode))
;;; Enable nice rendering of diagnostics like compile errors.
;(use-package flycheck
; :init (global-flycheck-mode))
;; (use-package lsp-mode
;; :ensure t)