Skip to content

Commit

Permalink
add undo-tree dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 3, 2022
1 parent e288958 commit dfd1970
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(source "melpa")

(depends-on "emacs" "26.1")
(depends-on "undo-tree")
(depends-on "fill-page")

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
[![CI](https://github.com/jcs-elpa/undo-tree-vf/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/undo-tree-vf/actions/workflows/test.yml)

## 🔨 Usage

```elisp
(define-key global-map (kbd "C-z") #'undo-tree-vf-undo)
(define-key global-map (kbd "C-y") #'undo-tree-vf-redo)
```

## Contribute

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
Expand Down
2 changes: 1 addition & 1 deletion undo-tree-vf.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/jcs-elpa/undo-tree-vf
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1") (fill-page "0.3.7"))
;; Package-Requires: ((emacs "26.1") (undo-tree "0.8.2") (fill-page "0.3.7"))
;; Keywords: convenience

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit dfd1970

Please sign in to comment.