tweak(doom): increase undo limit, enable fine undo

This commit is contained in:
Infinidoge 2022-07-14 14:35:25 -04:00
parent 8d83c2c093
commit f3ce20343e

View file

@ -67,6 +67,12 @@
;; (custom-set-faces
;; '(evil-goggles-default-face ((t (:inherit 'highlight)))))
;; --- Undo ---
(setq
evil-want-fine-undo t
undo-limit 80000000
)
;; --- Nix ---
;; Replace nixfmt in format-all with nixpkgs-fmt
(set-formatter! 'nixfmt "nixpkgs-fmt" :modes '(nix-mode))