Skip to content

Commit

Permalink
fix(ui): don't reload theme on frame creation [#136]
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 4, 2023
1 parent 931f584 commit defe63f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ current line.")
(window-divider-default-right-width 2))

(use-package server
:hook (server-after-make-frame . +load-theme) ; Reload theme when creating a frame on the daemon
:autoload server-running-p
:init
;; When we start in a non-daemon Emacs, we start a server when Emacs is idle.
Expand Down

0 comments on commit defe63f

Please sign in to comment.