From f9028e6c9ccd82653e3497a730071750cc2dcb33 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 15 Oct 2023 07:20:18 +0200 Subject: [PATCH] Remove insert-pair-alist configuration It seems to cause more problems than solutions. --- configuration.org | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configuration.org b/configuration.org index 6f5f2a6..c8efc23 100644 --- a/configuration.org +++ b/configuration.org @@ -105,20 +105,6 @@ (cursor-type 'bar) (echo-keystrokes .01) (fill-column 80) - (insert-pair-alist '((40 41) ; () - (91 93) ; [] - (123 125) ; {} - (60 62) ; <> - (34 34) ; "" - (39 39) ; '' - (96 39) ; `' - (8220 8221) ; “” - (8222 8221) ; „” - (8216 8217) ; ‘’ - (8249 8250) ; ‹› - (8250 8249) ; ›‹ - (171 187) ; «» - (187 171))) ; »« (initial-scratch-message "") (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) (enable-recursive-minibuffers t)