mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
;;; lang/java/+lsp.el -*- lexical-binding: t; -*-
|
||||
;;;###if (and (modulep! +lsp) (not (modulep! :tools lsp +eglot)))
|
||||
;;;###if (and (modulep! +lsp) (modulep! :tools lsp -eglot))
|
||||
|
||||
(use-package! lsp-java
|
||||
:defer t
|
||||
|
Reference in New Issue
Block a user