Enable undo-tree-mode in wdired-mode

This commit is contained in:
contrapunctus 2022-01-19 15:31:39 +05:30
parent a95a7ec521
commit 7e5f058fae
1 changed files with 2 additions and 1 deletions

View File

@ -1319,7 +1319,8 @@ as links into an Org or Markdown document."
:commands global-undo-tree-mode
:if (not (featurep 'evil))
:diminish undo-tree-mode
:init (global-undo-tree-mode))
:init (global-undo-tree-mode)
:hook (wdired-mode . undo-tree-mode))
#+END_SRC
** ediff