Move mac/ios config to module-apple.el

This commit is contained in:
Henrik Lissner 2016-01-29 07:03:43 -05:00
parent a0ee7a0a5c
commit 503a019bab
3 changed files with 34 additions and 18 deletions

View file

@ -1,16 +0,0 @@
;;; module-swift.el
(use-package swift-mode
:mode "\\.swift$"
:init
(add-hook! swift-mode 'flycheck-mode)
:config
(after! flycheck (add-to-list 'flycheck-checkers 'swift))
(after! company
(require 'company-sourcekit)
(define-company-backend! swift-mode (sourcekit yasnippet))))
;; TODO Set up emacs task runners for fruitstrap
(provide 'module-swift)
;;; module-swift.el ends here