lang/swift: defer set-repl-handler! call
This commit is contained in:
parent
b38cbcd060
commit
b21ccd104b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/swift/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; `swift-mode'
|
||||
(set-repl-handler! 'swift-mode #'run-swift)
|
||||
(after! swift-mode
|
||||
(set-repl-handler! 'swift-mode #'run-swift))
|
||||
|
||||
|
||||
(def-package! flycheck-swift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue