Skip to content

Commit

Permalink
Add autoload cookie to editorconfig-mode-apply (#362)
Browse files Browse the repository at this point in the history
Fixes #357
  • Loading branch information
10sr authored Oct 24, 2024
1 parent 7cf76ad commit 4e922c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editorconfig-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Use `editorconfig-mode-apply' instead to make use of these variables."
(format "Error in editorconfig-apply, styles will not be applied: %S" err)
:error)))))

;;;###autoload
(defun editorconfig-mode-apply ()
"Get and apply EditorConfig properties to current buffer.
Expand Down

0 comments on commit 4e922c6

Please sign in to comment.