diff options
| -rw-r--r-- | emacs/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index 6c3d1ca..96c9e8b 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -645,6 +645,12 @@ supports it). :ensure t) #+END_SRC +Enable =electric-pair-mode=, which automatically closes pairs like brackets: + +#+BEGIN_SRC elisp +(electric-pair-mode 1) +#+END_SRC + I never use the mouse. #+BEGIN_SRC elisp |
