diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index d3d9a29..d45aad5 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -97,6 +97,9 @@ | |||
97 | ;; fringes | 97 | ;; fringes |
98 | (acdw/setup-fringes))) | 98 | (acdw/setup-fringes))) |
99 | 99 | ||
100 | ;; I have this here because ... the first frame doesn't ? run ? the hook ??? | ||
101 | (add-hook 'after-init-hook #'acdw/frame-setup) | ||
102 | |||
100 | 103 | ||
101 | ;;; Bootstrap package manager (`straight.el') | 104 | ;;; Bootstrap package manager (`straight.el') |
102 | 105 | ||