mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
NO MORE SLOW AS FORK SAVES
This commit is contained in:
parent
097d1cd78a
commit
ca60947800
1 changed files with 5 additions and 6 deletions
|
|
@ -30,13 +30,12 @@
|
|||
|
||||
;; Undo tree is useful
|
||||
(use-package undo-tree)
|
||||
(setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo")))
|
||||
(setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo"))
|
||||
undo-tree-limit 8000000
|
||||
undo-tree-auto-save-history nil)
|
||||
(global-undo-tree-mode t)
|
||||
(add-to-list 'undo-tree-incompatible-major-modes
|
||||
'vterm-mode)
|
||||
(add-to-list 'undo-tree-incompatible-major-modes
|
||||
'compilation-mode)
|
||||
(setq undo-tree-limit 8000000)
|
||||
(add-to-list 'undo-tree-incompatible-major-modes 'vterm-mode)
|
||||
(add-to-list 'undo-tree-incompatible-major-modes 'compilation-mode)
|
||||
|
||||
;; Beacon-mode
|
||||
(use-package beacon)
|
||||
|
|
|
|||
Loading…
Reference in a new issue