diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:08:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:08:04 +0200 |
commit | c7d5f0ab3fa7aa62f0a344e0e73085dd39f47ed5 (patch) | |
tree | 16e729c767a76add7ef472d4117ebc8271bc9403 /.config/emacs | |
parent | 9b1f39f416194b520f267957e2b5974df2fdf8eb (diff) |
emacs: Use after-init hook
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/mm-theme.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index 6c5a4c7..c53d639 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -138,8 +138,7 @@ See also the `mm-theme-background-opacity' variable." ;;; Divider Between Windows (use-package frame - :init - (window-divider-mode)) + :hook (after-init . window-divider-mode)) ;;; Pulse Line on Jump |