Skip to content

Commit

Permalink
Indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 25, 2016
1 parent b9ae5dd commit a8e8c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectric-mode.el
Expand Up @@ -59,7 +59,7 @@
"Printing element hitting the paper sound."
(if (eq system-type 'darwin)
(make-sound (format "%sselectric-type.wav" selectric-files-path))
(make-sound (format "%sselectric-type.wav" selectric-files-path)))
(make-sound (format "%sselectric-type.wav" selectric-files-path)))
(unless (minibufferp)
(if (= (current-column) (current-fill-column))
(make-sound (format "%sping.wav" selectric-files-path)))))
Expand Down

0 comments on commit a8e8c88

Please sign in to comment.