Electric pair seems nice. I'll try it everywhere

This commit is contained in:
tecosaur 2020-03-16 00:32:01 +08:00
parent e45dd6ed90
commit 9293caaef1

View file

@ -466,6 +466,11 @@ done perfectly acceptable, so let's make that happen.
#+BEGIN_SRC emacs-lisp
(setq wttrin-default-cities '(""))
#+END_SRC
*** electric pair mode
We want this everywhere
#+BEGIN_SRC emacs-lisp
(electric-pair-mode t)
#+END_SRC
*** spray
Let's make this suit me slightly better.
#+BEGIN_SRC emacs-lisp