diff options
author | Case Duckworth | 2021-05-27 17:36:39 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-27 17:36:39 -0500 |
commit | 47a0416ab5129e06889413552b9c64c9f91d3846 (patch) | |
tree | d8570afd2a50471a5b17437d555d37f9349ce3e1 | |
parent | Fix a weird error with straight-use-package (diff) | |
download | emacs-47a0416ab5129e06889413552b9c64c9f91d3846.tar.gz emacs-47a0416ab5129e06889413552b9c64c9f91d3846.zip |
Fix frame setup
-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 | ||