mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Replace warn => warn!
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
(cond ((featurep! +meghanada) (load! +meghanada))
|
||||
((featurep! +eclim) ; FIXME lang/java +eclim
|
||||
;;(load! +eclim)
|
||||
(warn "java-mode: eclim support isn't implemented yet")))
|
||||
(warn! "Eclim support isn't implemented yet")))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user