Remove insert-pair-alist configuration

It seems to cause more problems than solutions.
This commit is contained in:
Gergely Polonkai 2023-10-15 07:20:18 +02:00
parent 0b00baff99
commit f9028e6c9c
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 14 deletions

View File

@ -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)