Update delete-pair-blink-delay

This commit is contained in:
James Cherti
2024-08-15 18:59:49 -04:00
parent fef3e2b850
commit efa277a3a3

View File

@@ -260,7 +260,7 @@
;; This controls how long Emacs will blink to show the deleted pairs with ;; This controls how long Emacs will blink to show the deleted pairs with
;; `delete-pair'. A longer delay can be annoying as it causes a noticeable pause ;; `delete-pair'. A longer delay can be annoying as it causes a noticeable pause
;; after each deletion, disrupting the flow of editing. ;; after each deletion, disrupting the flow of editing.
(setq delete-pair-blink-delay 0.1) (setq delete-pair-blink-delay 0.03)
;;; Indent and formatting ;;; Indent and formatting
(setq-default left-fringe-width 8) (setq-default left-fringe-width 8)