;; -*- lexical-binding: t; -*-

(use-package undo-fu)
(use-package undohist
  :hook (after-init . undohist-initialize)
  :custom
  (undohist-ignored-files '("COMMIT_EDITMSG")))

(provide 'init-undo)