Skip to content

Commit

Permalink
tweak(daemon): remove unneeded hack
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 16, 2023
1 parent 571bf73 commit 8b5d2df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/me-daemon.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
(defun +daemon--reload-theme-h ()
(load-theme minemacs-theme t)))

(+hook-once! 'server-after-make-frame-hook
(when (and (display-graphic-p)
(bound-and-true-p display-battery-mode))
(display-battery-mode -1)
(display-battery-mode 1)))


(provide 'me-daemon)

Expand Down

0 comments on commit 8b5d2df

Please sign in to comment.