Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Jun 24, 2022
1 parent c576a3e commit 2e8ec91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markdown-soma.el
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ By default, `~/.cargo/bin` will be in your `$PATH`.")
1.0)))

(defun markdown-soma--is-css-file-p (file)
"Rudimenmtary check that FILE is css, does it's name end with .css?"
(s-ends-with? ".css" file))

(defun markdown-soma-select-css-file ()
Expand Down

0 comments on commit 2e8ec91

Please sign in to comment.