Skip to content

Commit

Permalink
Merge pull request #145 from liuchong/patch-1
Browse files Browse the repository at this point in the history
Fix #101 - Protect command undo-tree-visualize
  • Loading branch information
Malabarba authored Jan 12, 2023
2 parents f376cdc + b59d928 commit a437a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggressive-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ active. If the minor mode is turned on with the local command,
:type '(repeat symbol)
:package-version '(aggressive-indent . "1.8.4"))

(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo undo-tree-redo whitespace-cleanup)
(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo undo-tree-redo undo-tree-visualize undo-tree-visualize-undo undo-tree-visualize-redo whitespace-cleanup)
"Commands after which indentation will NOT be performed.
Aggressive indentation could break things like `undo' by locking
the user in a loop, so this variable is used to control which
Expand Down

0 comments on commit a437a45

Please sign in to comment.