about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-08-15T14·05-0400
committerclbot <clbot@tvl.fyi>2023-08-17T16·10+0000
commita19a4b0b84f5cb760adcb8896e762a463634ebd6 (patch)
tree73bd53380b29e0ea2b731facb1948c089b250366 /users/grfn
parent08a5849e2b3efe141ec039130d2d6280a6f45f05 (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')
-rw-r--r--users/grfn/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/init.el b/users/grfn/emacs.d/init.el
index a3672e0a0e..cbc2dc24b5 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