summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-27 17:36:39 -0500
committerCase Duckworth2021-05-27 17:36:39 -0500
commit47a0416ab5129e06889413552b9c64c9f91d3846 (patch)
treed8570afd2a50471a5b17437d555d37f9349ce3e1 /early-init.el
parentFix a weird error with straight-use-package (diff)
downloademacs-47a0416ab5129e06889413552b9c64c9f91d3846.tar.gz
emacs-47a0416ab5129e06889413552b9c64c9f91d3846.zip
Fix frame setup
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
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