doomemacs/modules/lang/swift/packages.el

8 lines
152 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/swift/packages.el
(package! swift-mode)
2017-02-19 18:57:16 -05:00
(when (featurep! :completion company)
(package! company-sourcekit))