From 8dadbd431c380447133a08fd0128920f1608707a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 5 Aug 2026 14:43:04 -0400 Subject: feed stuff and undo --- .config/emacs/text-editing.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/emacs/text-editing.el') diff --git a/.config/emacs/text-editing.el b/.config/emacs/text-editing.el index a80f3a2..38ceff0 100644 --- a/.config/emacs/text-editing.el +++ b/.config/emacs/text-editing.el @@ -40,3 +40,9 @@ (add-hook 'c-mode-common-hook (lambda () (setq c-basic-offset 4))) + +;; undo +(use-package vundo + :ensure t) +(global-set-key (kbd "C-/") 'undo-only) +(global-set-key (kbd "C-?") 'undo-redo) -- cgit v1.2.3