Move emacs/electric-indent to emacs/electric

This module will later be expanded to customize more of electric's
functionality.
This commit is contained in:
Henrik Lissner 2018-06-15 13:10:00 +02:00
parent 715167bec8
commit c22b3da9f9
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@
(list (expand-file-name "modules/" doom-private-dir) doom-modules-dir)
"A list of module root directories. Order determines priority.")
(defconst doom-obsolete-modules ()
(defconst doom-obsolete-modules
'(((:emacs . electric-indent) . (:emacs . electric)))
"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 .
MODULE). E.g.

View File

@ -1,4 +1,4 @@
;;; emacs/electric-indent/autoload.el -*- lexical-binding: t; -*-
;;; emacs/electric/autoload.el -*- lexical-binding: t; -*-
;;;###autodef
(defun set-electric! (modes &rest plist)

View File

@ -1,4 +1,4 @@
;;; emacs/electric-indent/config.el -*- lexical-binding: t; -*-
;;; emacs/electric/config.el -*- lexical-binding: t; -*-
;; Smarter, keyword-based electric-indent