fix(format): removed unused argument
This commit is contained in:
parent
ce93f899fd
commit
dd68bbb7da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue