Skip to content

Commit

Permalink
Disable undo-tree for nxml-mode as it has caused crashes in the past
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Nov 7, 2023
1 parent 571f4ae commit f6e99eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,9 @@ Undo-tree. I LOOOOVE undo-tree <3 Instead of having a linear line of operations
#+BEGIN_SRC emacs-lisp
(use-package undo-tree
:init
(add-to-list 'undo-tree-incompatible-major-modes #'nxml-mode)
(global-undo-tree-mode)

:custom
(undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo"))))
#+END_SRC
Expand Down

0 comments on commit f6e99eb

Please sign in to comment.