mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(editor): Make undo-tree a bit more terminal friendly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user