This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
syd/which-key
|
syd/which-key
|
||||||
syd/tramp
|
syd/tramp
|
||||||
syd/handle
|
syd/handle
|
||||||
|
syd/flycheck
|
||||||
syd/org
|
syd/org
|
||||||
syd/org/roam
|
syd/org/roam
|
||||||
syd/org/agenda
|
syd/org/agenda
|
||||||
|
|||||||
14
modules/home/users/msyds/emacs/lisp/syd/flycheck.el
Normal file
14
modules/home/users/msyds/emacs/lisp/syd/flycheck.el
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
|
||||||
|
(require 'syd/base)
|
||||||
|
(require 'syd/popups)
|
||||||
|
|
||||||
|
;; Nicer error messages, integrates with `lsp-mode'
|
||||||
|
(use-package flycheck
|
||||||
|
:custom ((flycheck-highlighting-mode nil))
|
||||||
|
:general
|
||||||
|
(:states '(motion normal)
|
||||||
|
"[ e" #'flycheck-previous-error
|
||||||
|
"] e" #'flycheck-next-error))
|
||||||
|
|
||||||
|
(provide 'syd/lsp)
|
||||||
Reference in New Issue
Block a user