I think I have a problem..

This commit is contained in:
Henrik Lissner 2014-12-12 15:26:34 -05:00
parent 5aa3c282be
commit 7ddb52699d
55 changed files with 745 additions and 318 deletions

10
init/init-swift.el Normal file
View file

@ -0,0 +1,10 @@
(provide 'init-swift)
(use-package swift-mode
:mode "\\.swift$"
:config
(progn
(after "flycheck" (add-to-list 'flycheck-cehckers 'swift))
(after "company" (company--backend-on 'swift-mode-hook 'company-xcode))))
;; TODO: Set up emacs task runners for fruitstrap