Use upstream flycheck-guile package
This commit is contained in:
parent
f7431aa7c9
commit
9a8710f87e
3 changed files with 9 additions and 74 deletions
|
@ -19,9 +19,6 @@
|
|||
(set-lookup-handlers! 'scheme-mode
|
||||
:definition #'geiser-edit-symbol-at-point
|
||||
:documentation #'geiser-doc-symbol-at-point))
|
||||
(when (featurep! :checkers syntax)
|
||||
(after! flycheck
|
||||
(load! "autoload/flycheck-guile")))
|
||||
:config
|
||||
(set-popup-rules!
|
||||
'(("^\\*geiser messages\\*$" :slot 1 :vslot -1)
|
||||
|
@ -60,3 +57,7 @@
|
|||
"r" #'geiser-restart-repl
|
||||
"R" #'geiser-reload
|
||||
"c" #'geiser-repl-clear-buffer)))
|
||||
|
||||
(use-package! flycheck-guile
|
||||
:when (featurep! :checkers syntax)
|
||||
:after geiser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue