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
|
;; set up straight.el
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
|
@ -191,9 +197,9 @@
|
||||||
scala-indent:align-forms nil
|
scala-indent:align-forms nil
|
||||||
scala-indent:use-javadoc-style t))
|
scala-indent:use-javadoc-style t))
|
||||||
|
|
||||||
;; Enable nice rendering of diagnostics like compile errors.
|
;;; Enable nice rendering of diagnostics like compile errors.
|
||||||
(use-package flycheck
|
;(use-package flycheck
|
||||||
:init (global-flycheck-mode))
|
; :init (global-flycheck-mode))
|
||||||
|
|
||||||
;; (use-package lsp-mode
|
;; (use-package lsp-mode
|
||||||
;; :ensure t)
|
;; :ensure t)
|
||||||
|
|
Loading…
Reference in New Issue