- Keep longer undo data, I have run into situations where the history is too short. - Clean up undo/redo key bindings. - Try to make the dashboard package load async and faster. I have seen it block more than once.
This commit is contained in:
parent
bd87a9f883
commit
3ffb484fd8
4 changed files with 214 additions and 205 deletions
|
|
@ -10,8 +10,11 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;;;;;;;;;;;;;;;; Use more advanced undo options
|
||||
(use-package vundo :ensure t :defer t)
|
||||
;; Undo UI
|
||||
(use-package vundo :ensure t :defer t
|
||||
:config
|
||||
;; Keep 64 MB of undo data, we have enough RAM to do this.
|
||||
(setopt undo-limit (* 64 1024 1024)))
|
||||
|
||||
(provide 'icejam-vundo)
|
||||
;;; icejam-vundo.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue