Skip to content

Commit

Permalink
refactor: Sharp-quote function name
Browse files Browse the repository at this point in the history
  • Loading branch information
josegpt committed Mar 6, 2022
1 parent 7ba7392 commit ed2c02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display-wttr.el
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ control the number of seconds between updates by customizing
;; Set initial timer
(setq display-wttr-timer
(run-at-time t display-wttr-interval
'display-wttr-update-handler))
#'display-wttr-update-handler))
(display-wttr-update)))

(provide 'display-wttr)
Expand Down

0 comments on commit ed2c02a

Please sign in to comment.