Move mac/ios config to module-apple.el
This commit is contained in:
parent
a0ee7a0a5c
commit
503a019bab
3 changed files with 34 additions and 18 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue