mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
fix(crystal): remove executable-find formatter check
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
;;; lang/crystal/config.el -*- lexical-binding: t; -*-
|
;;; lang/crystal/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(after! crystal-mode
|
(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
|
(set-lookup-handlers! 'crystal-mode
|
||||||
:definition #'crystal-def-jump
|
:definition #'crystal-def-jump
|
||||||
|
Reference in New Issue
Block a user