Skip to content

Commit

Permalink
style(emacs): appease the docstring linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 19, 2024
1 parent b109ef9 commit 92c8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
(shell-command (format "echo $((16#%s))" hex)))

(defun gg/weather ()
"Show the weather"
"Show the weather."
(interactive)
(async-shell-command "curl 'wttr.in?M'"))

Expand Down

0 comments on commit 92c8604

Please sign in to comment.