fix(grfn/emacs): Work around doom bug
Apparently this needs to be forward-declared now... Change-Id: I71857f38ab168751fb9926da8e74004c20729d60 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9081 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
parent
08a5849e2b
commit
a19a4b0b84
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
;;; -*- lexical-binding: t; -*-
|
;;; -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(defvar native-comp-deferred-compilation-deny-list nil)
|
||||||
|
|
||||||
(doom! :completion
|
(doom! :completion
|
||||||
company ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
(ivy +fuzzy
|
(ivy +fuzzy
|
||||||
|
|
Loading…
Reference in a new issue