mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
λ macro => λ!
This commit is contained in:
@ -21,9 +21,9 @@
|
||||
(map! :map omnisharp-mode-map
|
||||
"gd" 'omnisharp-go-to-definition
|
||||
(:prefix "\\"
|
||||
"tr" (λ (omnisharp-unit-test "fixture"))
|
||||
"ts" (λ (omnisharp-unit-test "single"))
|
||||
"ta" (λ (omnisharp-unit-test "all"))))
|
||||
"tr" (λ! (omnisharp-unit-test "fixture"))
|
||||
"ts" (λ! (omnisharp-unit-test "single"))
|
||||
"ta" (λ! (omnisharp-unit-test "all"))))
|
||||
|
||||
(after! company
|
||||
(define-company-backend! csharp-mode (omnisharp))
|
||||
|
Reference in New Issue
Block a user