General refactor for consistency & idempotency

Also updated comments
This commit is contained in:
Henrik Lissner
2018-05-18 01:21:09 +02:00
parent 50401f6c09
commit 80adb9c1f6
17 changed files with 48 additions and 40 deletions

View File

@@ -14,6 +14,7 @@
(def-package! flycheck-crystal
:when (featurep! :feature syntax-checker)
:after crystal-mode
:config (add-hook 'crystal-mode-hook #'flycheck-mode))