fix(format): removed unused argument

This commit is contained in:
Ellis Kenyo 2023-09-13 10:20:39 +01:00
parent ce93f899fd
commit dd68bbb7da
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

View file

@ -1,7 +1,7 @@
;;; editor/format/autoload/settings.el -*- lexical-binding: t; -*-
;;;###autodef
(cl-defun set-formatter! (name args &key modes filter)
(cl-defun set-formatter! (name args &key modes)
"Define (or modify) a formatter named NAME.
Supported keywords: :modes :filter