Skip to content

Commit

Permalink
Remove undo-tree limits as they often made the undo history too short
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Nov 7, 2023
1 parent cbf5498 commit 571f4ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,7 @@ Undo-tree. I LOOOOVE undo-tree <3 Instead of having a linear line of operations
(global-undo-tree-mode)

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

Emojis in comments, org mode text and other places are really fun and makes the text feel more alive (instead of showing codes for emojis where applicable). (sometimes I turn it off because it ends up emojifying too much, but that is easy with =M-x emojify-mode=).
Expand Down

0 comments on commit 571f4ae

Please sign in to comment.