allow flycheck to pass
This commit is contained in:
parent
c912e8aae7
commit
6bd79b588d
12
init.el
12
init.el
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue