projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] adjust my preferred undo mechanism
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
a345921
..
d171fdf
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-627,6
+627,7
@@
Roll your own modal mode
("n" next-line)
("p" previous-line)
("f" forward-char)
("n" next-line)
("p" previous-line)
("f" forward-char)
+ ("/" undo)
("SPC" (("b" (("b" ibuffer-list-buffers)
("k" kill-this-buffer)
("o" other-window)
("SPC" (("b" (("b" ibuffer-list-buffers)
("k" kill-this-buffer)
("o" other-window)
@@
-848,13
+849,14
@@
TODO: break this giant source block down into individual org sections.
(use-package undo-tree
:ryo
(use-package undo-tree
:ryo
- ("
/
" undo-tree-undo)
+ ("
?
" undo-tree-undo)
("_" undo-tree-redo)
("_" undo-tree-redo)
- :bind (("C-
/
" . undo-tree-undo)
+ :bind (("C-
?
" . undo-tree-undo)
("M-_" . undo-tree-redo))
:config
(global-undo-tree-mode)
("M-_" . undo-tree-redo))
:config
(global-undo-tree-mode)
- (setq undo-tree-mode-lighter ""))
+ (setq undo-tree-mode-lighter ""
+ undo-tree-auto-save-history t))
#+end_src
* Editing
#+end_src
* Editing