mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
:return "return"
|
||||
:yield "use")
|
||||
|
||||
(if (not (modulep! +lsp))
|
||||
(if (modulep! -lsp)
|
||||
;; `+php-company-backend' uses `php-extras-company' or
|
||||
;; `company-dabbrev-code', in that order.
|
||||
(when +php--company-backends
|
||||
|
Reference in New Issue
Block a user