fix(editor): Make undo-tree a bit more terminal friendly

This commit is contained in:
2020-06-27 14:20:50 +01:00
parent 9b5c22f9e2
commit bbc98decea

View File

@@ -29,7 +29,8 @@
:config
;; Unbind keys that I don't use.
(unbind-key "C-/" undo-tree-map)
(unbind-key "C-?" undo-tree-map))
(unbind-key "C-?" undo-tree-map)
(unbind-key "C-_" undo-tree-map))
(provide 'siren-undo-tree)
;;; siren-undo-tree.el ends here