diff options
Diffstat (limited to 'lisp/+apheleia.el')
-rw-r--r-- | lisp/+apheleia.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/+apheleia.el b/lisp/+apheleia.el index f3b16e4..469232a 100644 --- a/lisp/+apheleia.el +++ b/lisp/+apheleia.el | |||
@@ -8,9 +8,8 @@ | |||
8 | (setq-local indent-line-function | 8 | (setq-local indent-line-function |
9 | (buffer-local-value 'indent-line-function orig)) | 9 | (buffer-local-value 'indent-line-function orig)) |
10 | (indent-region (point-min) | 10 | (indent-region (point-min) |
11 | (point-max)) | 11 | (point-max)) |
12 | (funcall callback))) | 12 | (funcall callback))) |
13 | 13 | ||
14 | (provide '+apheleia) | 14 | (provide '+apheleia) |
15 | ;;; +apheleia.el ends here | 15 | ;;; +apheleia.el ends here |
16 | \ No newline at end of file | ||