mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
editor/format: autoload format-all-probe #834
This commit is contained in:
@ -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'.
|
||||||
|
Reference in New Issue
Block a user