editor/format: autoload format-all-probe #834
This commit is contained in:
parent
2d21f1af6d
commit
1ae3523f75
1 changed files with 3 additions and 0 deletions
|
@ -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'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue