Skip to content

Commit

Permalink
nit: add optional quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 14, 2023
1 parent 109d902 commit eeaf3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/extras/me-mu4e-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ will also be the width of all other printable characters."
(defun +mu4e-ui-setup ()
(if (display-graphic-p)
(+mu4e--ui-setup)
(+hook-once! server-after-make-frame-hook
(+hook-once! 'server-after-make-frame-hook
(when (display-graphic-p)
(+mu4e--ui-setup)))))

Expand Down
2 changes: 1 addition & 1 deletion modules/me-daemon.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(defun +daemon--reload-theme-h ()
(load-theme minemacs-theme t)))

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

0 comments on commit eeaf3b8

Please sign in to comment.