Remove +joker flag for clojure layer

Flycheck apparently won't complain if joker isn't installed
This commit is contained in:
Matthew Lyon
2018-09-09 10:15:20 -07:00
parent 1f581a4e36
commit ca033e714c
4 changed files with 5 additions and 9 deletions

View File

@ -80,7 +80,7 @@
:lang
;assembly ; assembly for fun or debugging
;(cc +irony +rtags); C/C++/Obj-C madness
;(clojure +joker) ; java with a lisp
;clojure ; java with a lisp
;common-lisp ; if you've seen one lisp, you've seen them all
;coq ; proofs-as-programs
;crystal ; ruby at the speed of c