diff options
author | Case Duckworth | 2020-12-01 20:08:55 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-01 20:08:55 -0600 |
commit | b267b0b5c10f699833861499aa27b9fd3bee042a (patch) | |
tree | fb16cf50eef84948df1c36d61a39209ea84785df | |
parent | Add a whole lot of documentation (diff) | |
download | emacs-b267b0b5c10f699833861499aa27b9fd3bee042a.tar.gz emacs-b267b0b5c10f699833861499aa27b9fd3bee042a.zip |
Add note to self
-rw-r--r-- | config.org | 2 |
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 | ||
837 | The 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. | 837 | The 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 | ||
839 | Note 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) |