fix(crystal): remove executable-find formatter check
This commit is contained in:
parent
cc9bda36c2
commit
65b0b14849
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
;;; lang/crystal/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! crystal-mode
|
||||
(when (executable-find "crystal")
|
||||
(set-formatter! 'crystal-mode '("crystal" "tool" "format" "-") :modes '(crystal-mode)))
|
||||
(set-formatter! 'crystal-mode '("crystal" "tool" "format" "-") :modes '(crystal-mode))
|
||||
|
||||
(set-lookup-handlers! 'crystal-mode
|
||||
:definition #'crystal-def-jump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue