emacs/pkg/undo-tree.el
Maciej Szlosarczyk 5044e50b03
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Use vundo instead of undo-tree
2024-07-22 07:48:02 +03:00

19 lines
367 B
EmacsLisp

;;; undo-tree.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
;; Version: 0.1-snapshot
;;; Commentary:
;; Use more advanced undo options.
;;; Code:
;;;;;;;;;;;;;;;;; Use more advanced undo options
(use-package vundo
:straight t
:defer t)
(provide '+custom-pkg-undo-tree)
;;; undo-tree.el ends here