Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
19 lines
367 B
EmacsLisp
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
|