We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9702366 commit 82ced10Copy full SHA for 82ced10
emacs/.emacs.d/prot-emacs-modules/prot-emacs-git.el
@@ -196,14 +196,14 @@
196
(define-key global-map (kbd "C-c g") #'magit-status))
197
198
(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/")
+ (:install t)
202
(:delay 30)
203
(setq vundo-glyph-alist vundo-unicode-symbols)
204
205
(define-key global-map (kbd "C-?") #'vundo) ; override `undo-redo'
206
+
+ ;; Check: <https://github.com/casouri/vundo/pull/74>.
207
(defvar prot/vundo-diff-buffer-window nil
208
"Window object of `prot/vundo-diff-buffer'.")
209
0 commit comments