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:
parent
715167bec8
commit
c22b3da9f9
3 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
|
@ -1,4 +1,4 @@
|
|||
;;; emacs/electric-indent/config.el -*- lexical-binding: t; -*-
|
||||
;;; emacs/electric/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Smarter, keyword-based electric-indent
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue