about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-01 20:08:55 -0600
committerCase Duckworth2020-12-01 20:08:55 -0600
commitb267b0b5c10f699833861499aa27b9fd3bee042a (patch)
treefb16cf50eef84948df1c36d61a39209ea84785df /config.org
parentAdd a whole lot of documentation (diff)
downloademacs-b267b0b5c10f699833861499aa27b9fd3bee042a.tar.gz
emacs-b267b0b5c10f699833861499aa27b9fd3bee042a.zip
Add note to self
Diffstat (limited to 'config.org')
-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)