summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index 19a5faa..ceaf10a 100644 --- a/config.org +++ b/config.org
@@ -836,6 +836,8 @@ Now I'm going through this, I might not need this function any more. I'll have
836 836
837The other Killer Feature of Neovim when I used it was the perisistent undo. I /think/ this works the same. Honestly, undo is giving me a little grief recently; I need to look into it. 837The other Killer Feature of Neovim when I used it was the perisistent undo. I /think/ this works the same. Honestly, undo is giving me a little grief recently; I need to look into it.
838 838
839Note to self: if I /do/ switch away from =undo-fu=, look at [[https://github.com/emacsorphanage/undohist][undohist]].
840
839#+begin_src emacs-lisp 841#+begin_src emacs-lisp
840 (use-package undo-fu-session 842 (use-package undo-fu-session
841 :after (no-littering undo-fu) 843 :after (no-littering undo-fu)