]> git.armaanb.net Git - config.org.git/commitdiff
Switch to undo-fu
authorArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 23:44:33 +0000 (23:44 +0000)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 23:44:33 +0000 (23:44 +0000)
Making config 27.2 compatible

config.org

index cd6588e5a8087391a11c2b3f5d1dc94a22440be3..58448761132b1c0076a50c12297b958f80f36eda 100644 (file)
@@ -201,7 +201,11 @@ Makes commenting super easy
 ** Undo redo
 Fix the oopsies!
 #+begin_src emacs-lisp
-  (evil-set-undo-system 'undo-redo)
+  (use-package undo-fu
+    :config (evil-set-undo-system 'undo-fu))
+
+  (use-package undo-fu-session
+    :config (global-undo-fu-session-mode))
 #+end_src
 ** Number incrementing
 Add back C-a/C-x bindings.