Fix vestigial references to warn! macro
This macro was removed some time ago (and moved to doom-doctor). Where necessary, these warnings have been moved to that module's doctor.el file.
This commit is contained in:
parent
c23974e1d5
commit
d67496e007
4 changed files with 15 additions and 7 deletions
6
modules/lang/csharp/doctor.el
Normal file
6
modules/lang/csharp/doctor.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; lang/csharp/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(require 'omnisharp)
|
||||
(let ((omnisharp-bin (or omnisharp-server-executable-path (omnisharp--server-installation-path t))))
|
||||
(unless (file-exists-p omnisharp-bin)
|
||||
(warn! "Omnisharp server isn't installed, completion won't work")))
|
Loading…
Add table
Add a link
Reference in a new issue