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) (list (expand-file-name "modules/" doom-private-dir) doom-modules-dir)
"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)))
"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 .
MODULE). E.g. 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 ;;;###autodef
(defun set-electric! (modes &rest plist) (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 ;; Smarter, keyword-based electric-indent