Move some stuff
This commit is contained in:
parent
253d185ca3
commit
bcaa83cfd5
57 changed files with 55 additions and 12 deletions
20
user-lisp/icejam-vundo.el
Normal file
20
user-lisp/icejam-vundo.el
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
;;; icejam-vundo.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
;; Version: 0.1-snapshot
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Use more advanced undo options.
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; 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