Add undo module
Was previously included in core-editor, now can be disabled, as of hlissner/doom-emacs@3e340ab.
This commit is contained in:
parent
aea9b50fbf
commit
7afe57e630
1
init.el
1
init.el
|
@ -66,6 +66,7 @@
|
||||||
dired ; making dired pretty [functional]
|
dired ; making dired pretty [functional]
|
||||||
;;electric ; smarter, keyword-based electric-indent
|
;;electric ; smarter, keyword-based electric-indent
|
||||||
;;ibuffer ; interactive buffer management
|
;;ibuffer ; interactive buffer management
|
||||||
|
undo ; persistent, smarter undo for your inevitable mistakes
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
vc ; version-control and Emacs, sitting in a tree
|
||||||
|
|
||||||
:term
|
:term
|
||||||
|
|
Loading…
Reference in a new issue