mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
undo-tree-enable-undo-in-region = nil
Try to save off the elusive and annoying "unrecognized entry in undo list undo-tree-canary" error produced by undo-tree.
This commit is contained in:
@ -425,10 +425,6 @@
|
||||
(:map swiper-map
|
||||
[backtab] #'+ivy/wgrep-occur))
|
||||
|
||||
;; undo-tree -- undo/redo for visual regions
|
||||
:v "C-u" #'undo-tree-undo
|
||||
:v "C-r" #'undo-tree-redo
|
||||
|
||||
;; yasnippet
|
||||
(:after yasnippet
|
||||
(:map yas-keymap
|
||||
|
Reference in New Issue
Block a user