diff options
author | Aspen Smith <root@gws.fyi> | 2023-08-15T14·05-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-17T16·10+0000 |
commit | a19a4b0b84f5cb760adcb8896e762a463634ebd6 (patch) | |
tree | 73bd53380b29e0ea2b731facb1948c089b250366 /users/grfn/emacs.d | |
parent | 08a5849e2b3efe141ec039130d2d6280a6f45f05 (diff) |
fix(grfn/emacs): Work around doom bug r/6484
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>
Diffstat (limited to 'users/grfn/emacs.d')
-rw-r--r-- | users/grfn/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/init.el b/users/grfn/emacs.d/init.el index a3672e0a0e0e..cbc2dc24b58e 100644 --- a/users/grfn/emacs.d/init.el +++ b/users/grfn/emacs.d/init.el @@ -1,5 +1,7 @@ ;;; -*- lexical-binding: t; -*- +(defvar native-comp-deferred-compilation-deny-list nil) + (doom! :completion company ; the ultimate code completion backend (ivy +fuzzy |