aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohsin Kaleem <mohkale@kisara.moe>2023-04-20 10:55:13 +0100
committerMohsin Kaleem <mohkalsin@gmail.com>2023-04-20 11:24:43 +0100
commit2d797a52e6e4b778f03324e288be74a425b533a5 (patch)
tree073f7df5cacff57ff271cbc5326ada5b4fee5ed0
parent04742734965aa39d5939bbc69c333e400ac489fb (diff)
Move apheleia-formatters to apheleia-utils
-rw-r--r--apheleia-utils.el (renamed from apheleia-formatters.el)6
-rw-r--r--apheleia.el2
2 files changed, 4 insertions, 4 deletions
diff --git a/apheleia-formatters.el b/apheleia-utils.el
index 3d8e92f..e903185 100644
--- a/apheleia-formatters.el
+++ b/apheleia-utils.el
@@ -1,4 +1,4 @@
-;;; apheleia-formatters.el --- Formatter helpers. -*- lexical-binding: t -*-
+;;; apheleia-utils.el --- Formatter helpers. -*- lexical-binding: t -*-
;;; Commentary:
@@ -97,6 +97,6 @@ Otherwise return the extension only."
(substring name (length remote))
name))))
-(provide 'apheleia-formatters)
+(provide 'apheleia-utils)
-;;; apheleia-formatters.el ends here
+;;; apheleia-utils.el ends here
diff --git a/apheleia.el b/apheleia.el
index 7a3ba70..7853c2d 100644
--- a/apheleia.el
+++ b/apheleia.el
@@ -23,7 +23,7 @@
;;; Code:
-(require 'apheleia-formatters)
+(require 'apheleia-utils)
(defgroup apheleia nil
"Reformat buffer without moving point."