editor/format: autoload format-all-probe #834

This commit is contained in:
Henrik Lissner
2018-08-30 14:44:37 +02:00
parent 2d21f1af6d
commit 1ae3523f75

View File

@ -1,5 +1,8 @@
;;; editor/format/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(autoload 'format-all-probe "format-all")
;; Stolen shamelessly from go-mode
(defun +format--delete-whole-line (&optional arg)
"Delete the current line without putting it in the `kill-ring'.