New editor/fold module
Extracted from feature/evil and emacs/hideshow.
This commit is contained in:
parent
e0519098d9
commit
7d0caf3efd
11 changed files with 169 additions and 137 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue