Skip to content

Commit

Permalink
remove notif newline
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Jun 20, 2024
1 parent 97aa96d commit 4fb076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemacs/snippets/python-mode/notif
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# key: notif
# --

__import__('os').system(f'notify-send "{str}"')
__import__('os').system(f'notify-send "{str}"')

0 comments on commit 4fb076e

Please sign in to comment.