(global-prettify-symbols-mode t)\r
\f\r
;;; Parens\r
-(setq electric-pair-pairs '((?\" . ?\")\r
- (?\‘ . ?\’)\r
- (?\“ . ?\”)\r
- (?\{ . ?\})\r
- (?\< . ?\>)))\r
+\r
(customize-set-variable 'show-paren-delay 0) ; Has to be set with customize, or the mode has to be toggled\r
\r
(setq show-paren-style 'expression)\r
\r
+(with-eval-after-load electric-pair-mode\r
+ (add-to-list 'electric-pair-pairs '(?\{ . ?\}) t)) ; Usually don't want the mode, but want curlies when I do\r
\f\r
;;; Help\r
\r