mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
General cleanup (again)
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
;; TODO Set up emacs task runners for fruitstrap
|
||||
(use-package swift-mode
|
||||
:mode "\\.swift$"
|
||||
:init
|
||||
(add-hook! swift-mode 'flycheck-mode)
|
||||
:init (add-hook 'swift-mode-hook 'flycheck-mode)
|
||||
:config
|
||||
(after! flycheck (add-to-list 'flycheck-checkers 'swift))
|
||||
(after! company
|
||||
(require 'company-sourcekit)
|
||||
(define-company-backend! swift-mode (sourcekit yasnippet))))
|
||||
(after! flycheck (push 'swift flycheck-checkers))
|
||||
|
||||
(require 'company-sourcekit)
|
||||
(define-company-backend! swift-mode (sourcekit yasnippet)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user