tweak(doom): increase undo limit, enable fine undo
This commit is contained in:
parent
8d83c2c093
commit
f3ce20343e
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@
|
||||||
;; (custom-set-faces
|
;; (custom-set-faces
|
||||||
;; '(evil-goggles-default-face ((t (:inherit 'highlight)))))
|
;; '(evil-goggles-default-face ((t (:inherit 'highlight)))))
|
||||||
|
|
||||||
|
;; --- Undo ---
|
||||||
|
(setq
|
||||||
|
evil-want-fine-undo t
|
||||||
|
undo-limit 80000000
|
||||||
|
)
|
||||||
|
|
||||||
;; --- Nix ---
|
;; --- Nix ---
|
||||||
;; Replace nixfmt in format-all with nixpkgs-fmt
|
;; Replace nixfmt in format-all with nixpkgs-fmt
|
||||||
(set-formatter! 'nixfmt "nixpkgs-fmt" :modes '(nix-mode))
|
(set-formatter! 'nixfmt "nixpkgs-fmt" :modes '(nix-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue