mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
New editor/fold module
Extracted from feature/evil and emacs/hideshow.
This commit is contained in:
@ -12,9 +12,10 @@
|
||||
"A list of module root directories. Order determines priority.")
|
||||
|
||||
(defconst doom-obsolete-modules
|
||||
'((: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)))
|
||||
(:tools (rotate-text (:editor rotate-text)))
|
||||
(:emacs (electric-indent (:emacs electric))
|
||||
(hideshow (:editor fold))))
|
||||
"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 .
|
||||
MODULES). E.g.
|
||||
|
Reference in New Issue
Block a user