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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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