General cleanup + refactor

This commit is contained in:
Henrik Lissner 2017-02-28 12:12:09 -05:00
parent 45122cdea5
commit 4356f894fd
9 changed files with 18 additions and 15 deletions

View file

@ -8,7 +8,7 @@
(add-hook 'swift-mode-hook 'flycheck-mode)
:config
(set! :repl 'swift-mode 'swift-mode-run-repl) ; TODO test this
(after! flycheck (push 'swift flycheck-checkers)))
(push 'swift flycheck-checkers))
(def-package! company-sourcekit