Move :tools rotate-text to :editor rotate-text

This change was a long time coming.
This commit is contained in:
Henrik Lissner
2018-06-22 00:32:42 +02:00
parent be48751a45
commit 3a3eb92087
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
;;; tools/rotate-text/autoload.el -*- lexical-binding: t; -*-
;;; editor/rotate-text/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(after! rotate-text

View File

@@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/rotate-text/packages.el
;;; editor/rotate-text/packages.el
(package! rotate-text :recipe (:fetcher github :repo "debug-ito/rotate-text.el"))