Skip to content

Commit 82ced10

Browse files
committed
prot-emacs-git: update vundo to its upstream source
My pull request was merged and now I can use upstream vundo to perform the diff I want: <casouri/vundo#74>.
1 parent 9702366 commit 82ced10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@
196196
(define-key global-map (kbd "C-c g") #'magit-status))
197197

198198
(prot-emacs-package vundo
199-
;; Waiting for my changes to be merged:
200-
;; <https://github.com/casouri/vundo/pull/74>.
201-
(:install "https://github.com/protesilaos/vundo/")
199+
(:install t)
202200
(:delay 30)
203201
(setq vundo-glyph-alist vundo-unicode-symbols)
204202

205203
(define-key global-map (kbd "C-?") #'vundo) ; override `undo-redo'
206204

205+
206+
;; Check: <https://github.com/casouri/vundo/pull/74>.
207207
(defvar prot/vundo-diff-buffer-window nil
208208
"Window object of `prot/vundo-diff-buffer'.")
209209

0 commit comments

Comments
 (0)