Skip to content

Commit

Permalink
Fix stupid bug with undefined variable for undo-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jan 4, 2024
1 parent 36579b7 commit 696beb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ Certain strings should in my view be translated to unicode symbols, and so far I
Undo-tree. I LOOOOVE undo-tree <3 Instead of having a linear line of operations we can undo and redo, I have a tree I can navigate :D
#+BEGIN_SRC emacs-lisp
(use-package undo-tree
:init
:config
(add-to-list 'undo-tree-incompatible-major-modes #'nxml-mode)
(global-undo-tree-mode)

Expand Down

0 comments on commit 696beb3

Please sign in to comment.