mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -3,9 +3,9 @@
|
||||
(add-hook 'java-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(cond ((featurep! +meghanada) (load! +meghanada))
|
||||
((featurep! +eclim) ; FIXME lang/java +eclim
|
||||
;;(load! +eclim)
|
||||
(warn! "Eclim support isn't implemented yet")))
|
||||
;; TODO lang/java +eclim
|
||||
;; ((featurep! +eclim) (load! +eclim))
|
||||
)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user