Skip to content

Commit

Permalink
tweak(daemon): minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 4e3fd06 commit 172a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-daemon.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(server-start nil t))))

;; Reload theme when creating a frame on the daemon
(+add-hook! server-after-make-frame (load-theme minemacs-theme :no-confirm))
(add-hook 'server-after-make-frame-hook #'+load-theme)


(provide 'me-daemon)
Expand Down

0 comments on commit 172a803

Please sign in to comment.