Move :tools rotate-text to :editor rotate-text
This change was a long time coming.
This commit is contained in:
parent
be48751a45
commit
3a3eb92087
4 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,8 @@
|
||||||
"A list of module root directories. Order determines priority.")
|
"A list of module root directories. Order determines priority.")
|
||||||
|
|
||||||
(defconst doom-obsolete-modules
|
(defconst doom-obsolete-modules
|
||||||
'(((:emacs electric-indent) (:emacs electric))
|
'(((:tools rotate-text) (:editor rotate-text))
|
||||||
|
((:emacs electric-indent) (:emacs electric))
|
||||||
((:feature version-control) (:emacs vc) (:ui vc-gutter)))
|
((:feature version-control) (:emacs vc) (:ui vc-gutter)))
|
||||||
"An alist of deprecated modules, mapping deprecated modules to an optional new
|
"An alist of deprecated modules, mapping deprecated modules to an optional new
|
||||||
location (which will create an alias). Each CAR and CDR is a (CATEGORY .
|
location (which will create an alias). Each CAR and CDR is a (CATEGORY .
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
:editor
|
:editor
|
||||||
;parinfer ; turn lisp into python, sort of
|
;parinfer ; turn lisp into python, sort of
|
||||||
|
rotate-text ; cycle region at point between text candidates
|
||||||
|
|
||||||
:emacs
|
:emacs
|
||||||
dired ; making dired pretty [functional]
|
dired ; making dired pretty [functional]
|
||||||
|
@ -68,7 +69,6 @@
|
||||||
;pdf ; pdf enhancements
|
;pdf ; pdf enhancements
|
||||||
;prodigy ; FIXME managing external services & code builders
|
;prodigy ; FIXME managing external services & code builders
|
||||||
;rgb ; creating color strings
|
;rgb ; creating color strings
|
||||||
rotate-text ; cycle region at point between text candidates
|
|
||||||
;tmux ; an API for interacting with tmux
|
;tmux ; an API for interacting with tmux
|
||||||
;upload ; map local to remote projects via ssh/ftp
|
;upload ; map local to remote projects via ssh/ftp
|
||||||
;wakatime
|
;wakatime
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; tools/rotate-text/autoload.el -*- lexical-binding: t; -*-
|
;;; editor/rotate-text/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(after! rotate-text
|
(after! rotate-text
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- 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"))
|
(package! rotate-text :recipe (:fetcher github :repo "debug-ito/rotate-text.el"))
|
Loading…
Add table
Add a link
Reference in a new issue